@simplyhomes/sos-client
Version:
Client SDK for SimplyHomes SOS API
7 lines (6 loc) • 316 B
TypeScript
import { SDK_Base } from '../../base';
import { SDK_Execution } from 'sdk/interfaces/sdk-execution';
import { SDK_GetAllPropertyManager_Response } from './types';
export declare class SDK_PropertyManagers_List extends SDK_Base implements SDK_Execution {
execute(): Promise<SDK_GetAllPropertyManager_Response>;
}