/** * Squidex API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.0.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 */ export declare const ArrayCalculatedDefaultValue: { readonly EmptyArray: "EmptyArray"; readonly Null: "Null"; }; export type ArrayCalculatedDefaultValue = typeof ArrayCalculatedDefaultValue[keyof typeof ArrayCalculatedDefaultValue]; export declare function instanceOfArrayCalculatedDefaultValue(value: any): boolean; export declare function ArrayCalculatedDefaultValueFromJSON(json: any): ArrayCalculatedDefaultValue; export declare function ArrayCalculatedDefaultValueFromJSONTyped(json: any, _ignoreDiscriminator: boolean): ArrayCalculatedDefaultValue; export declare function ArrayCalculatedDefaultValueToJSON(value?: ArrayCalculatedDefaultValue | null): any;