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