/** * Typesense API * An open source search engine for building delightful search experiences. * * The version of the OpenAPI document: 30.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import type { MultiSearchSearchesParameter } from './MultiSearchSearchesParameter.js'; import type { SearchParameters } from './SearchParameters.js'; /** * @type PresetUpsertSchemaValue * * @export */ export type PresetUpsertSchemaValue = MultiSearchSearchesParameter | SearchParameters; export declare function PresetUpsertSchemaValueFromJSON(json: any): PresetUpsertSchemaValue; export declare function PresetUpsertSchemaValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): PresetUpsertSchemaValue; export declare function PresetUpsertSchemaValueToJSON(json: any): any; export declare function PresetUpsertSchemaValueToJSONTyped(value?: PresetUpsertSchemaValue | null, ignoreDiscriminator?: boolean): any;