UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

33 lines 1.28 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 V4LeadsDeleteLeadResponseDto */ export interface V4LeadsDeleteLeadResponseDto { /** * The ID of the deleted lead * @type {number} * @memberof V4LeadsDeleteLeadResponseDto */ leadId: number; } /** * Check if a given object implements the V4LeadsDeleteLeadResponseDto interface. */ export declare function instanceOfV4LeadsDeleteLeadResponseDto(value: object): value is V4LeadsDeleteLeadResponseDto; export declare function V4LeadsDeleteLeadResponseDtoFromJSON(json: any): V4LeadsDeleteLeadResponseDto; export declare function V4LeadsDeleteLeadResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4LeadsDeleteLeadResponseDto; export declare function V4LeadsDeleteLeadResponseDtoToJSON(json: any): V4LeadsDeleteLeadResponseDto; export declare function V4LeadsDeleteLeadResponseDtoToJSONTyped(value?: V4LeadsDeleteLeadResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4LeadsDeleteLeadResponseDto.d.ts.map