geosphere-maps/public/assets/tip-manager/t9n/index.d.ts

8 lines
154 B
TypeScript
Raw Normal View History

2023-09-22 09:33:13 +00:00
export type TipManagerMessages = {
defaultGroupTitle: string;
defaultPaginationLabel: string;
close: string;
previous: string;
next: string;
};