@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
33 lines • 1.39 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 V4LeasingsUpdateLeasingResponseDto
*/
export interface V4LeasingsUpdateLeasingResponseDto {
/**
* The unique identifier of the updated leasing
* @type {number}
* @memberof V4LeasingsUpdateLeasingResponseDto
*/
leasingId: number;
}
/**
* Check if a given object implements the V4LeasingsUpdateLeasingResponseDto interface.
*/
export declare function instanceOfV4LeasingsUpdateLeasingResponseDto(value: object): value is V4LeasingsUpdateLeasingResponseDto;
export declare function V4LeasingsUpdateLeasingResponseDtoFromJSON(json: any): V4LeasingsUpdateLeasingResponseDto;
export declare function V4LeasingsUpdateLeasingResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4LeasingsUpdateLeasingResponseDto;
export declare function V4LeasingsUpdateLeasingResponseDtoToJSON(json: any): V4LeasingsUpdateLeasingResponseDto;
export declare function V4LeasingsUpdateLeasingResponseDtoToJSONTyped(value?: V4LeasingsUpdateLeasingResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4LeasingsUpdateLeasingResponseDto.d.ts.map