satupeta-main/shared/types/map-projection-system.ts
2026-01-27 09:31:12 +07:00

5 lines
71 B
TypeScript

export interface MapProjectionSystem {
id: string;
name: string;
}