UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.57 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 V4RenovationsGetRenovationResponseDto */ export interface V4RenovationsGetRenovationResponseDto { /** * The renovation object * @type {object} * @memberof V4RenovationsGetRenovationResponseDto */ objects: object; /** * Total count (should be 1 for single renovation) * @type {number} * @memberof V4RenovationsGetRenovationResponseDto */ count: number; } /** * Check if a given object implements the V4RenovationsGetRenovationResponseDto interface. */ export declare function instanceOfV4RenovationsGetRenovationResponseDto(value: object): value is V4RenovationsGetRenovationResponseDto; export declare function V4RenovationsGetRenovationResponseDtoFromJSON(json: any): V4RenovationsGetRenovationResponseDto; export declare function V4RenovationsGetRenovationResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4RenovationsGetRenovationResponseDto; export declare function V4RenovationsGetRenovationResponseDtoToJSON(json: any): V4RenovationsGetRenovationResponseDto; export declare function V4RenovationsGetRenovationResponseDtoToJSONTyped(value?: V4RenovationsGetRenovationResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4RenovationsGetRenovationResponseDto.d.ts.map