nidus-sync/ts/rmo/type.ts

6 lines
79 B
TypeScript
Raw Normal View History

2026-04-03 18:28:41 +00:00
export interface District {
name: string;
slug: string;
url_logo: string;
}