export interface IOrganization { name?: string; domain?: string; person_ids?: number[]; } //# sourceMappingURL=OrganizationInterface.d.ts.map