UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

33 lines 1.63 kB
/** * 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 SoSPropertyEntityAttomAllEventDetailDataBuildingSize */ export interface SoSPropertyEntityAttomAllEventDetailDataBuildingSize { /** * Size indicator * @type {string} * @memberof SoSPropertyEntityAttomAllEventDetailDataBuildingSize */ sizeInd: string; } /** * Check if a given object implements the SoSPropertyEntityAttomAllEventDetailDataBuildingSize interface. */ export declare function instanceOfSoSPropertyEntityAttomAllEventDetailDataBuildingSize(value: object): value is SoSPropertyEntityAttomAllEventDetailDataBuildingSize; export declare function SoSPropertyEntityAttomAllEventDetailDataBuildingSizeFromJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataBuildingSize; export declare function SoSPropertyEntityAttomAllEventDetailDataBuildingSizeFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSPropertyEntityAttomAllEventDetailDataBuildingSize; export declare function SoSPropertyEntityAttomAllEventDetailDataBuildingSizeToJSON(json: any): SoSPropertyEntityAttomAllEventDetailDataBuildingSize; export declare function SoSPropertyEntityAttomAllEventDetailDataBuildingSizeToJSONTyped(value?: SoSPropertyEntityAttomAllEventDetailDataBuildingSize | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSPropertyEntityAttomAllEventDetailDataBuildingSize.d.ts.map