UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.36 kB
/** * API v4 * Swagger documentation for API v4 * * The version of the OpenAPI document: 4.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface SoSRelLeadPropertyEntityBase */ export interface SoSRelLeadPropertyEntityBase { /** * * @type {number} * @memberof SoSRelLeadPropertyEntityBase */ leadId: number; /** * * @type {string} * @memberof SoSRelLeadPropertyEntityBase */ pid: string; } /** * Check if a given object implements the SoSRelLeadPropertyEntityBase interface. */ export declare function instanceOfSoSRelLeadPropertyEntityBase(value: object): value is SoSRelLeadPropertyEntityBase; export declare function SoSRelLeadPropertyEntityBaseFromJSON(json: any): SoSRelLeadPropertyEntityBase; export declare function SoSRelLeadPropertyEntityBaseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSRelLeadPropertyEntityBase; export declare function SoSRelLeadPropertyEntityBaseToJSON(json: any): SoSRelLeadPropertyEntityBase; export declare function SoSRelLeadPropertyEntityBaseToJSONTyped(value?: SoSRelLeadPropertyEntityBase | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSRelLeadPropertyEntityBase.d.ts.map