UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

33 lines 1.67 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 V4InspectionUserRelationsUpdateRelInspectionUserBodyDto */ export interface V4InspectionUserRelationsUpdateRelInspectionUserBodyDto { /** * * @type {object} * @memberof V4InspectionUserRelationsUpdateRelInspectionUserBodyDto */ relInspectionUser: object; } /** * Check if a given object implements the V4InspectionUserRelationsUpdateRelInspectionUserBodyDto interface. */ export declare function instanceOfV4InspectionUserRelationsUpdateRelInspectionUserBodyDto(value: object): value is V4InspectionUserRelationsUpdateRelInspectionUserBodyDto; export declare function V4InspectionUserRelationsUpdateRelInspectionUserBodyDtoFromJSON(json: any): V4InspectionUserRelationsUpdateRelInspectionUserBodyDto; export declare function V4InspectionUserRelationsUpdateRelInspectionUserBodyDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4InspectionUserRelationsUpdateRelInspectionUserBodyDto; export declare function V4InspectionUserRelationsUpdateRelInspectionUserBodyDtoToJSON(json: any): V4InspectionUserRelationsUpdateRelInspectionUserBodyDto; export declare function V4InspectionUserRelationsUpdateRelInspectionUserBodyDtoToJSONTyped(value?: V4InspectionUserRelationsUpdateRelInspectionUserBodyDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4InspectionUserRelationsUpdateRelInspectionUserBodyDto.d.ts.map