@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
33 lines • 1.42 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 V4PropertiesDeletePropertyResponseDto
*/
export interface V4PropertiesDeletePropertyResponseDto {
/**
* The ID of the deleted property
* @type {string}
* @memberof V4PropertiesDeletePropertyResponseDto
*/
propertyId: string;
}
/**
* Check if a given object implements the V4PropertiesDeletePropertyResponseDto interface.
*/
export declare function instanceOfV4PropertiesDeletePropertyResponseDto(value: object): value is V4PropertiesDeletePropertyResponseDto;
export declare function V4PropertiesDeletePropertyResponseDtoFromJSON(json: any): V4PropertiesDeletePropertyResponseDto;
export declare function V4PropertiesDeletePropertyResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4PropertiesDeletePropertyResponseDto;
export declare function V4PropertiesDeletePropertyResponseDtoToJSON(json: any): V4PropertiesDeletePropertyResponseDto;
export declare function V4PropertiesDeletePropertyResponseDtoToJSONTyped(value?: V4PropertiesDeletePropertyResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4PropertiesDeletePropertyResponseDto.d.ts.map