@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
39 lines • 1.94 kB
TypeScript
/**
* 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 V4RenovationUserRelationsCreateRelRenovationUserResponseDto
*/
export interface V4RenovationUserRelationsCreateRelRenovationUserResponseDto {
/**
* The unique identifier of the renovation
* @type {number}
* @memberof V4RenovationUserRelationsCreateRelRenovationUserResponseDto
*/
renovationId: number;
/**
* The unique identifier of the user
* @type {string}
* @memberof V4RenovationUserRelationsCreateRelRenovationUserResponseDto
*/
userId: string;
}
/**
* Check if a given object implements the V4RenovationUserRelationsCreateRelRenovationUserResponseDto interface.
*/
export declare function instanceOfV4RenovationUserRelationsCreateRelRenovationUserResponseDto(value: object): value is V4RenovationUserRelationsCreateRelRenovationUserResponseDto;
export declare function V4RenovationUserRelationsCreateRelRenovationUserResponseDtoFromJSON(json: any): V4RenovationUserRelationsCreateRelRenovationUserResponseDto;
export declare function V4RenovationUserRelationsCreateRelRenovationUserResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4RenovationUserRelationsCreateRelRenovationUserResponseDto;
export declare function V4RenovationUserRelationsCreateRelRenovationUserResponseDtoToJSON(json: any): V4RenovationUserRelationsCreateRelRenovationUserResponseDto;
export declare function V4RenovationUserRelationsCreateRelRenovationUserResponseDtoToJSONTyped(value?: V4RenovationUserRelationsCreateRelRenovationUserResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4RenovationUserRelationsCreateRelRenovationUserResponseDto.d.ts.map