UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

33 lines 1.48 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 V4RenovationsUpdateRenovationResponseDto */ export interface V4RenovationsUpdateRenovationResponseDto { /** * The unique identifier of the updated renovation * @type {number} * @memberof V4RenovationsUpdateRenovationResponseDto */ renovationId: number; } /** * Check if a given object implements the V4RenovationsUpdateRenovationResponseDto interface. */ export declare function instanceOfV4RenovationsUpdateRenovationResponseDto(value: object): value is V4RenovationsUpdateRenovationResponseDto; export declare function V4RenovationsUpdateRenovationResponseDtoFromJSON(json: any): V4RenovationsUpdateRenovationResponseDto; export declare function V4RenovationsUpdateRenovationResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4RenovationsUpdateRenovationResponseDto; export declare function V4RenovationsUpdateRenovationResponseDtoToJSON(json: any): V4RenovationsUpdateRenovationResponseDto; export declare function V4RenovationsUpdateRenovationResponseDtoToJSONTyped(value?: V4RenovationsUpdateRenovationResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4RenovationsUpdateRenovationResponseDto.d.ts.map