satupeta-main/shared/types/map-projection-system.ts

5 lines
71 B
TypeScript
Raw Normal View History

2026-01-27 02:31:12 +00:00
export interface MapProjectionSystem {
id: string;
name: string;
}