UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 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 V4RenovationsGetRenovationsResponseDto */ export interface V4RenovationsGetRenovationsResponseDto { /** * List of renovations retrieved from the database * @type {Array<object>} * @memberof V4RenovationsGetRenovationsResponseDto */ objects: Array<object>; /** * Total count of renovations matching the query * @type {number} * @memberof V4RenovationsGetRenovationsResponseDto */ count: number; } /** * Check if a given object implements the V4RenovationsGetRenovationsResponseDto interface. */ export declare function instanceOfV4RenovationsGetRenovationsResponseDto(value: object): value is V4RenovationsGetRenovationsResponseDto; export declare function V4RenovationsGetRenovationsResponseDtoFromJSON(json: any): V4RenovationsGetRenovationsResponseDto; export declare function V4RenovationsGetRenovationsResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4RenovationsGetRenovationsResponseDto; export declare function V4RenovationsGetRenovationsResponseDtoToJSON(json: any): V4RenovationsGetRenovationsResponseDto; export declare function V4RenovationsGetRenovationsResponseDtoToJSONTyped(value?: V4RenovationsGetRenovationsResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4RenovationsGetRenovationsResponseDto.d.ts.map