UNPKG

@starsched/sdk

Version:

ABA clinic control and management service API SDK

9 lines 248 B
export type CompanyInvite = { id: string; email: string; role: 'collaborator' | 'manager'; status: 'pending' | 'accepted' | 'rejected'; is_expired: boolean; created_at: string; }; //# sourceMappingURL=company-invite.d.ts.map