UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.98 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 V4RentalListingUserRelationsCreateRelRentalListingUserBodyDto */ export interface V4RentalListingUserRelationsCreateRelRentalListingUserBodyDto { /** * Rental listing ID to associate with user * @type {number} * @memberof V4RentalListingUserRelationsCreateRelRentalListingUserBodyDto */ rentalListingId: number; /** * User ID to associate with rental listing * @type {string} * @memberof V4RentalListingUserRelationsCreateRelRentalListingUserBodyDto */ userId: string; } /** * Check if a given object implements the V4RentalListingUserRelationsCreateRelRentalListingUserBodyDto interface. */ export declare function instanceOfV4RentalListingUserRelationsCreateRelRentalListingUserBodyDto(value: object): value is V4RentalListingUserRelationsCreateRelRentalListingUserBodyDto; export declare function V4RentalListingUserRelationsCreateRelRentalListingUserBodyDtoFromJSON(json: any): V4RentalListingUserRelationsCreateRelRentalListingUserBodyDto; export declare function V4RentalListingUserRelationsCreateRelRentalListingUserBodyDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4RentalListingUserRelationsCreateRelRentalListingUserBodyDto; export declare function V4RentalListingUserRelationsCreateRelRentalListingUserBodyDtoToJSON(json: any): V4RentalListingUserRelationsCreateRelRentalListingUserBodyDto; export declare function V4RentalListingUserRelationsCreateRelRentalListingUserBodyDtoToJSONTyped(value?: V4RentalListingUserRelationsCreateRelRentalListingUserBodyDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4RentalListingUserRelationsCreateRelRentalListingUserBodyDto.d.ts.map