@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
33 lines • 1.69 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 SoSPropertyEntityAttomAllEventDetailDataBuildingSummary
*/
export interface SoSPropertyEntityAttomAllEventDetailDataBuildingSummary {
/**
* Number of building levels/floors
* @type {number}
* @memberof SoSPropertyEntityAttomAllEventDetailDataBuildingSummary
*/
levels: number;
}
/**
* Check if a given object implements the SoSPropertyEntityAttomAllEventDetailDataBuildingSummary interface.
*/
export declare function instanceOfSoSPropertyEntityAttomAllEventDetailDataBuildingSummary(value: object): value is SoSPropertyEntityAttomAllEventDetailDataBuildingSummary;
export declare function SoSPropertyEntityAttomAllEventDetailDataBuildingSummaryFromJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataBuildingSummary;
export declare function SoSPropertyEntityAttomAllEventDetailDataBuildingSummaryFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSPropertyEntityAttomAllEventDetailDataBuildingSummary;
export declare function SoSPropertyEntityAttomAllEventDetailDataBuildingSummaryToJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataBuildingSummary;
export declare function SoSPropertyEntityAttomAllEventDetailDataBuildingSummaryToJSONTyped(value?: SoSPropertyEntityAttomAllEventDetailDataBuildingSummary | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=SoSPropertyEntityAttomAllEventDetailDataBuildingSummary.d.ts.map