export interface County { id: number; value: string; additionalLong: number; }