@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
33 lines • 1.33 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 V4TenantsDeleteTenantResponseDto
*/
export interface V4TenantsDeleteTenantResponseDto {
/**
* Success message
* @type {string}
* @memberof V4TenantsDeleteTenantResponseDto
*/
message: string;
}
/**
* Check if a given object implements the V4TenantsDeleteTenantResponseDto interface.
*/
export declare function instanceOfV4TenantsDeleteTenantResponseDto(value: object): value is V4TenantsDeleteTenantResponseDto;
export declare function V4TenantsDeleteTenantResponseDtoFromJSON(json: any): V4TenantsDeleteTenantResponseDto;
export declare function V4TenantsDeleteTenantResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4TenantsDeleteTenantResponseDto;
export declare function V4TenantsDeleteTenantResponseDtoToJSON(json: any): V4TenantsDeleteTenantResponseDto;
export declare function V4TenantsDeleteTenantResponseDtoToJSONTyped(value?: V4TenantsDeleteTenantResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4TenantsDeleteTenantResponseDto.d.ts.map