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