@simplyhomes/sos-client
Version:
Client SDK for SimplyHomes SOS API
17 lines (16 loc) • 379 B
TypeScript
export declare class SDK_LeadModel {
lid: number;
status: string;
terms?: string;
createdAt?: Date;
name?: string;
sid?: number;
nextActions?: string[];
totalNoi?: number;
totalAllIn?: number;
totalArv?: number;
totalMaxPrice?: number;
capRateCumulative?: number;
arvUpliftCumulative?: number;
totalOfferAmount?: number;
}