@starsched/sdk
Version:
ABA clinic control and management service API SDK
8 lines • 372 B
TypeScript
import type { HttpClient } from '../../http/client';
import { GetCompanyPlan } from './protocols/get-plan.protocols';
export declare class CompaniesPlan {
private readonly httpClient;
constructor(httpClient: HttpClient);
get(input: GetCompanyPlan.Input, options?: GetCompanyPlan.Options): Promise<GetCompanyPlan.Response>;
}
//# sourceMappingURL=index.d.ts.map