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