@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
33 lines • 1.48 kB
TypeScript
/**
* 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 V4RenovationsCreateRenovationResponseDto
*/
export interface V4RenovationsCreateRenovationResponseDto {
/**
* The unique identifier of the created renovation
* @type {number}
* @memberof V4RenovationsCreateRenovationResponseDto
*/
renovationId: number;
}
/**
* Check if a given object implements the V4RenovationsCreateRenovationResponseDto interface.
*/
export declare function instanceOfV4RenovationsCreateRenovationResponseDto(value: object): value is V4RenovationsCreateRenovationResponseDto;
export declare function V4RenovationsCreateRenovationResponseDtoFromJSON(json: any): V4RenovationsCreateRenovationResponseDto;
export declare function V4RenovationsCreateRenovationResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4RenovationsCreateRenovationResponseDto;
export declare function V4RenovationsCreateRenovationResponseDtoToJSON(json: any): V4RenovationsCreateRenovationResponseDto;
export declare function V4RenovationsCreateRenovationResponseDtoToJSONTyped(value?: V4RenovationsCreateRenovationResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4RenovationsCreateRenovationResponseDto.d.ts.map