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

6 lines
89 B
TypeScript

export type CardMessages = {
select: string;
deselect: string;
loading: string;
};