UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.35 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 SoSRelLeasingUserEntityBase */ export interface SoSRelLeasingUserEntityBase { /** * * @type {number} * @memberof SoSRelLeasingUserEntityBase */ leasingId: number; /** * * @type {string} * @memberof SoSRelLeasingUserEntityBase */ userId: string; } /** * Check if a given object implements the SoSRelLeasingUserEntityBase interface. */ export declare function instanceOfSoSRelLeasingUserEntityBase(value: object): value is SoSRelLeasingUserEntityBase; export declare function SoSRelLeasingUserEntityBaseFromJSON(json: any): SoSRelLeasingUserEntityBase; export declare function SoSRelLeasingUserEntityBaseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSRelLeasingUserEntityBase; export declare function SoSRelLeasingUserEntityBaseToJSON(json: any): SoSRelLeasingUserEntityBase; export declare function SoSRelLeasingUserEntityBaseToJSONTyped(value?: SoSRelLeasingUserEntityBase | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSRelLeasingUserEntityBase.d.ts.map