@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
39 lines • 1.9 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 V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDto
*/
export interface V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDto {
/**
* The unique identifier of the leasing
* @type {number}
* @memberof V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDto
*/
leasingId: number;
/**
* The unique identifier of the tenant
* @type {number}
* @memberof V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDto
*/
tenantId: number;
}
/**
* Check if a given object implements the V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDto interface.
*/
export declare function instanceOfV4LeasingTenantRelationsDeleteRelLeasingTenantResponseDto(value: object): value is V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDto;
export declare function V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDtoFromJSON(json: any): V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDto;
export declare function V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDto;
export declare function V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDtoToJSON(json: any): V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDto;
export declare function V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDtoToJSONTyped(value?: V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4LeasingTenantRelationsDeleteRelLeasingTenantResponseDto.d.ts.map