UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

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