UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

33 lines 1.39 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 V4LeasingsDeleteLeasingResponseDto */ export interface V4LeasingsDeleteLeasingResponseDto { /** * The unique identifier of the deleted leasing * @type {number} * @memberof V4LeasingsDeleteLeasingResponseDto */ leasingId: number; } /** * Check if a given object implements the V4LeasingsDeleteLeasingResponseDto interface. */ export declare function instanceOfV4LeasingsDeleteLeasingResponseDto(value: object): value is V4LeasingsDeleteLeasingResponseDto; export declare function V4LeasingsDeleteLeasingResponseDtoFromJSON(json: any): V4LeasingsDeleteLeasingResponseDto; export declare function V4LeasingsDeleteLeasingResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4LeasingsDeleteLeasingResponseDto; export declare function V4LeasingsDeleteLeasingResponseDtoToJSON(json: any): V4LeasingsDeleteLeasingResponseDto; export declare function V4LeasingsDeleteLeasingResponseDtoToJSONTyped(value?: V4LeasingsDeleteLeasingResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4LeasingsDeleteLeasingResponseDto.d.ts.map