geosphere-maps/public/assets/text-area/t9n/index.d.ts
2023-09-22 11:33:13 +02:00

6 lines
94 B
TypeScript

export type TextAreaMessages = {
invalid: string;
tooLong: string;
longText: string;
};