UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

34 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. */ import type { V4SourcePropertyRelationsUpdateRelationBody } from './V4SourcePropertyRelationsUpdateRelationBody'; /** * * @export * @interface V4SourcePropertyRelationsUpdateRelationBodyDto */ export interface V4SourcePropertyRelationsUpdateRelationBodyDto { /** * * @type {V4SourcePropertyRelationsUpdateRelationBody} * @memberof V4SourcePropertyRelationsUpdateRelationBodyDto */ relation: V4SourcePropertyRelationsUpdateRelationBody; } /** * Check if a given object implements the V4SourcePropertyRelationsUpdateRelationBodyDto interface. */ export declare function instanceOfV4SourcePropertyRelationsUpdateRelationBodyDto(value: object): value is V4SourcePropertyRelationsUpdateRelationBodyDto; export declare function V4SourcePropertyRelationsUpdateRelationBodyDtoFromJSON(json: any): V4SourcePropertyRelationsUpdateRelationBodyDto; export declare function V4SourcePropertyRelationsUpdateRelationBodyDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4SourcePropertyRelationsUpdateRelationBodyDto; export declare function V4SourcePropertyRelationsUpdateRelationBodyDtoToJSON(json: any): V4SourcePropertyRelationsUpdateRelationBodyDto; export declare function V4SourcePropertyRelationsUpdateRelationBodyDtoToJSONTyped(value?: V4SourcePropertyRelationsUpdateRelationBodyDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4SourcePropertyRelationsUpdateRelationBodyDto.d.ts.map