export interface District { externalId: string; name: string; city: string; }