export interface LocationAddress { country_code: string; state?: string; city?: string; street?: string; }