UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.94 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 V4RenovationUserRelationsDeleteRelRenovationUserResponseDto */ export interface V4RenovationUserRelationsDeleteRelRenovationUserResponseDto { /** * The unique identifier of the renovation * @type {number} * @memberof V4RenovationUserRelationsDeleteRelRenovationUserResponseDto */ renovationId: number; /** * The unique identifier of the user * @type {string} * @memberof V4RenovationUserRelationsDeleteRelRenovationUserResponseDto */ userId: string; } /** * Check if a given object implements the V4RenovationUserRelationsDeleteRelRenovationUserResponseDto interface. */ export declare function instanceOfV4RenovationUserRelationsDeleteRelRenovationUserResponseDto(value: object): value is V4RenovationUserRelationsDeleteRelRenovationUserResponseDto; export declare function V4RenovationUserRelationsDeleteRelRenovationUserResponseDtoFromJSON(json: any): V4RenovationUserRelationsDeleteRelRenovationUserResponseDto; export declare function V4RenovationUserRelationsDeleteRelRenovationUserResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4RenovationUserRelationsDeleteRelRenovationUserResponseDto; export declare function V4RenovationUserRelationsDeleteRelRenovationUserResponseDtoToJSON(json: any): V4RenovationUserRelationsDeleteRelRenovationUserResponseDto; export declare function V4RenovationUserRelationsDeleteRelRenovationUserResponseDtoToJSONTyped(value?: V4RenovationUserRelationsDeleteRelRenovationUserResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4RenovationUserRelationsDeleteRelRenovationUserResponseDto.d.ts.map