satupeta-main/shared/types/map-projection-system.ts
2026-02-23 12:21:05 +07:00

5 lines
71 B
TypeScript
Executable File

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