UNPKG

@starsched/sdk

Version:

ABA clinic control and management service API SDK

10 lines 247 B
export type CompanyProfessionalUser = { id: string; name: string; }; export type CompanyProfessional = { id: string; job_title: string | null; user: CompanyProfessionalUser; }; //# sourceMappingURL=company-professional.d.ts.map