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

7 lines
109 B
TypeScript

export type BlockMessages = {
collapse: string;
expand: string;
loading: string;
options: string;
};