UNPKG

@starsched/sdk

Version:

ABA clinic control and management service API SDK

10 lines 587 B
import type { HttpClient } from '../../http/client'; import { CreateCompanyPatient } from './protocols/create.protocols'; import { ListCompanyPatients } from './protocols/list.protocols'; export declare class CompanyPatients { private readonly httpClient; constructor(httpClient: HttpClient); list(input: ListCompanyPatients.Input, options?: ListCompanyPatients.Options): Promise<ListCompanyPatients.Response>; create(input: CreateCompanyPatient.Input, options?: CreateCompanyPatient.Options): Promise<CreateCompanyPatient.Response>; } //# sourceMappingURL=index.d.ts.map