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 V4RenovationsDeleteRenovationResponseDto */ export interface V4RenovationsDeleteRenovationResponseDto { /** * The unique identifier of the deleted renovation * @type {number} * @memberof V4RenovationsDeleteRenovationResponseDto */ renovationId: number; } /** * Check if a given object implements the V4RenovationsDeleteRenovationResponseDto interface. */ export declare function instanceOfV4RenovationsDeleteRenovationResponseDto(value: object): value is V4RenovationsDeleteRenovationResponseDto; export declare function V4RenovationsDeleteRenovationResponseDtoFromJSON(json: any): V4RenovationsDeleteRenovationResponseDto; export declare function V4RenovationsDeleteRenovationResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4RenovationsDeleteRenovationResponseDto; export declare function V4RenovationsDeleteRenovationResponseDtoToJSON(json: any): V4RenovationsDeleteRenovationResponseDto; export declare function V4RenovationsDeleteRenovationResponseDtoToJSONTyped(value?: V4RenovationsDeleteRenovationResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4RenovationsDeleteRenovationResponseDto.d.ts.map