export interface IOrganizationAddress { country: string; countryCode: string; postCode: string; postLocation: string; address: string[]; }