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