UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.76 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 V4RenovationsGetRenovationsInViewResponseDto */ export interface V4RenovationsGetRenovationsInViewResponseDto { /** * List of renovations retrieved from the database for the specific view * @type {Array<object>} * @memberof V4RenovationsGetRenovationsInViewResponseDto */ objects: Array<object>; /** * Total count of renovations matching the query in the view * @type {number} * @memberof V4RenovationsGetRenovationsInViewResponseDto */ count: number; } /** * Check if a given object implements the V4RenovationsGetRenovationsInViewResponseDto interface. */ export declare function instanceOfV4RenovationsGetRenovationsInViewResponseDto(value: object): value is V4RenovationsGetRenovationsInViewResponseDto; export declare function V4RenovationsGetRenovationsInViewResponseDtoFromJSON(json: any): V4RenovationsGetRenovationsInViewResponseDto; export declare function V4RenovationsGetRenovationsInViewResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4RenovationsGetRenovationsInViewResponseDto; export declare function V4RenovationsGetRenovationsInViewResponseDtoToJSON(json: any): V4RenovationsGetRenovationsInViewResponseDto; export declare function V4RenovationsGetRenovationsInViewResponseDtoToJSONTyped(value?: V4RenovationsGetRenovationsInViewResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4RenovationsGetRenovationsInViewResponseDto.d.ts.map