export type Country = { uid?: string flag: string name: string code: string }