export interface IOrganization {
  uuid: string;
  companyUuid: string;
  legalName: string;
  locationPlaceId: string;
}
