UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.81 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 V4SourcePropertyRelationsCreateRelationResponseDto */ export interface V4SourcePropertyRelationsCreateRelationResponseDto { /** * The ID of the source for the created relation * @type {number} * @memberof V4SourcePropertyRelationsCreateRelationResponseDto */ sourceId: number; /** * The ID of the property for the created relation * @type {string} * @memberof V4SourcePropertyRelationsCreateRelationResponseDto */ propertyId: string; } /** * Check if a given object implements the V4SourcePropertyRelationsCreateRelationResponseDto interface. */ export declare function instanceOfV4SourcePropertyRelationsCreateRelationResponseDto(value: object): value is V4SourcePropertyRelationsCreateRelationResponseDto; export declare function V4SourcePropertyRelationsCreateRelationResponseDtoFromJSON(json: any): V4SourcePropertyRelationsCreateRelationResponseDto; export declare function V4SourcePropertyRelationsCreateRelationResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4SourcePropertyRelationsCreateRelationResponseDto; export declare function V4SourcePropertyRelationsCreateRelationResponseDtoToJSON(json: any): V4SourcePropertyRelationsCreateRelationResponseDto; export declare function V4SourcePropertyRelationsCreateRelationResponseDtoToJSONTyped(value?: V4SourcePropertyRelationsCreateRelationResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4SourcePropertyRelationsCreateRelationResponseDto.d.ts.map