UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.71 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 V4InspectionsGetInspectionColumnsResponseDto */ export interface V4InspectionsGetInspectionColumnsResponseDto { /** * The inspection with only requested columns * @type {object} * @memberof V4InspectionsGetInspectionColumnsResponseDto */ objects: object; /** * Total count (should be 1 for single inspection) * @type {number} * @memberof V4InspectionsGetInspectionColumnsResponseDto */ count: number; } /** * Check if a given object implements the V4InspectionsGetInspectionColumnsResponseDto interface. */ export declare function instanceOfV4InspectionsGetInspectionColumnsResponseDto(value: object): value is V4InspectionsGetInspectionColumnsResponseDto; export declare function V4InspectionsGetInspectionColumnsResponseDtoFromJSON(json: any): V4InspectionsGetInspectionColumnsResponseDto; export declare function V4InspectionsGetInspectionColumnsResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4InspectionsGetInspectionColumnsResponseDto; export declare function V4InspectionsGetInspectionColumnsResponseDtoToJSON(json: any): V4InspectionsGetInspectionColumnsResponseDto; export declare function V4InspectionsGetInspectionColumnsResponseDtoToJSONTyped(value?: V4InspectionsGetInspectionColumnsResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4InspectionsGetInspectionColumnsResponseDto.d.ts.map