5 lines
71 B
TypeScript
Executable File
5 lines
71 B
TypeScript
Executable File
export interface MapProjectionSystem {
|
|
id: string;
|
|
name: string;
|
|
}
|