export interface Locality { id: number; value: string; }