6 lines
94 B
TypeScript
6 lines
94 B
TypeScript
export type TextAreaMessages = {
|
|
invalid: string;
|
|
tooLong: string;
|
|
longText: string;
|
|
};
|