UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.45 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 SoSRelRentalListingUserEntityBase */ export interface SoSRelRentalListingUserEntityBase { /** * * @type {number} * @memberof SoSRelRentalListingUserEntityBase */ rentalListingId: number; /** * * @type {string} * @memberof SoSRelRentalListingUserEntityBase */ userId: string; } /** * Check if a given object implements the SoSRelRentalListingUserEntityBase interface. */ export declare function instanceOfSoSRelRentalListingUserEntityBase(value: object): value is SoSRelRentalListingUserEntityBase; export declare function SoSRelRentalListingUserEntityBaseFromJSON(json: any): SoSRelRentalListingUserEntityBase; export declare function SoSRelRentalListingUserEntityBaseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSRelRentalListingUserEntityBase; export declare function SoSRelRentalListingUserEntityBaseToJSON(json: any): SoSRelRentalListingUserEntityBase; export declare function SoSRelRentalListingUserEntityBaseToJSONTyped(value?: SoSRelRentalListingUserEntityBase | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSRelRentalListingUserEntityBase.d.ts.map