UNPKG

@simplyhomes/sos-client

Version:

Client SDK for SimplyHomes SOS API

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