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

8 lines
154 B
TypeScript

export type TipManagerMessages = {
defaultGroupTitle: string;
defaultPaginationLabel: string;
close: string;
previous: string;
next: string;
};