export class OrganizationTeamMemberStatuses { static NOT_ACCEPTED = 'NOT_ACCEPTED' static ACTIVE = 'ACTIVE' static ARCHIVED = 'ARCHIVED' }