UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.9 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 V4LeadPropertyRelationsCreateRelLeadPropertyResponseDto */ export interface V4LeadPropertyRelationsCreateRelLeadPropertyResponseDto { /** * The lead ID of the newly created rel-lead-property * @type {number} * @memberof V4LeadPropertyRelationsCreateRelLeadPropertyResponseDto */ leadId: number; /** * The property ID of the newly created rel-lead-property * @type {string} * @memberof V4LeadPropertyRelationsCreateRelLeadPropertyResponseDto */ propertyId: string; } /** * Check if a given object implements the V4LeadPropertyRelationsCreateRelLeadPropertyResponseDto interface. */ export declare function instanceOfV4LeadPropertyRelationsCreateRelLeadPropertyResponseDto(value: object): value is V4LeadPropertyRelationsCreateRelLeadPropertyResponseDto; export declare function V4LeadPropertyRelationsCreateRelLeadPropertyResponseDtoFromJSON(json: any): V4LeadPropertyRelationsCreateRelLeadPropertyResponseDto; export declare function V4LeadPropertyRelationsCreateRelLeadPropertyResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4LeadPropertyRelationsCreateRelLeadPropertyResponseDto; export declare function V4LeadPropertyRelationsCreateRelLeadPropertyResponseDtoToJSON(json: any): V4LeadPropertyRelationsCreateRelLeadPropertyResponseDto; export declare function V4LeadPropertyRelationsCreateRelLeadPropertyResponseDtoToJSONTyped(value?: V4LeadPropertyRelationsCreateRelLeadPropertyResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4LeadPropertyRelationsCreateRelLeadPropertyResponseDto.d.ts.map