UNPKG

@simplyhomes/sos-client

Version:

Client SDK for SimplyHomes SOS API

10 lines (9 loc) 418 B
import { SDK_Context } from 'sdk/client/client'; import { SDK_Execution } from 'sdk/interfaces/sdk-execution'; import { SDK_Base } from '../../base'; import { SDK_GetLenderById_Response } from './types'; export declare class SDK_Lenders_GetById extends SDK_Base implements SDK_Execution { private lenderId; constructor(ctx: SDK_Context, lenderId: number); execute(): Promise<SDK_GetLenderById_Response>; }