UNPKG

@simplyhomes/sos-client

Version:

Client SDK for SimplyHomes SOS API

7 lines (6 loc) 290 B
import { SDK_Base } from '../../base'; import { SDK_Execution } from 'sdk/interfaces/sdk-execution'; import { SDK_GetAllCounty_Response } from './types'; export declare class SDK_Counties_List extends SDK_Base implements SDK_Execution { execute(): Promise<SDK_GetAllCounty_Response>; }