UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

22 lines 1.07 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. */ /** * @type SoSViewEntityDataFilterValue * The value to filter by. Use array for "is any of" operations. For "is between" date operation, use array of two dates. * @export */ export type SoSViewEntityDataFilterValue = Array<number> | Array<string> | boolean | number | string; export declare function SoSViewEntityDataFilterValueFromJSON(json: any): SoSViewEntityDataFilterValue; export declare function SoSViewEntityDataFilterValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSViewEntityDataFilterValue; export declare function SoSViewEntityDataFilterValueToJSON(json: any): any; export declare function SoSViewEntityDataFilterValueToJSONTyped(value?: SoSViewEntityDataFilterValue | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=SoSViewEntityDataFilterValue.d.ts.map