UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.4 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 SoSRelRenovationUserEntityBase */ export interface SoSRelRenovationUserEntityBase { /** * * @type {number} * @memberof SoSRelRenovationUserEntityBase */ renovationId: number; /** * * @type {string} * @memberof SoSRelRenovationUserEntityBase */ userId: string; } /** * Check if a given object implements the SoSRelRenovationUserEntityBase interface. */ export declare function instanceOfSoSRelRenovationUserEntityBase(value: object): value is SoSRelRenovationUserEntityBase; export declare function SoSRelRenovationUserEntityBaseFromJSON(json: any): SoSRelRenovationUserEntityBase; export declare function SoSRelRenovationUserEntityBaseFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSRelRenovationUserEntityBase; export declare function SoSRelRenovationUserEntityBaseToJSON(json: any): SoSRelRenovationUserEntityBase; export declare function SoSRelRenovationUserEntityBaseToJSONTyped(value?: SoSRelRenovationUserEntityBase | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSRelRenovationUserEntityBase.d.ts.map