UNPKG

@simplyhomes/sos-client

Version:

Client SDK for SimplyHomes SOS API

10 lines (9 loc) 419 B
import { SDK_Context } from 'sdk/client/client'; import { SDK_Execution } from 'sdk/interfaces/sdk-execution'; import { SDK_Base } from '../../base'; import { SDK_GetCountyById_Response } from './types'; export declare class SDK_Counties_GetById extends SDK_Base implements SDK_Execution { private countyId; constructor(ctx: SDK_Context, countyId: string); execute(): Promise<SDK_GetCountyById_Response>; }