8 lines
132 B
TypeScript
8 lines
132 B
TypeScript
|
export interface world_tourism {
|
||
|
collection: "world_tourism";
|
||
|
version: number;
|
||
|
|
||
|
tour_id: number;
|
||
|
progress: number;
|
||
|
}
|