@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
11 lines • 343 B
TypeScript
import type { Configuration } from '../generated';
import type { V4VersionGetVersionResponseDto } from '../generated';
export declare class Version {
private api;
constructor(config: Configuration);
/**
* get - get /v4/version
*/
get(): Promise<V4VersionGetVersionResponseDto>;
}
//# sourceMappingURL=version.d.ts.map