nidus-sync/ts/rmo/type.ts

5 lines
79 B
TypeScript

export interface District {
name: string;
slug: string;
url_logo: string;
}