UNPKG

@starsched/sdk

Version:

ABA clinic control and management service API SDK

8 lines 428 B
import { HttpClient } from "../../http/client"; import { ListCompanyPatientAppointments } from "./protocols/list-by-patient"; export declare class Appointments { private readonly httpClient; constructor(httpClient: HttpClient); list(input: ListCompanyPatientAppointments.Input, options?: ListCompanyPatientAppointments.Options): Promise<ListCompanyPatientAppointments.Response>; } //# sourceMappingURL=index.d.ts.map