/** * 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. */ /** * * @export */ export declare const DirtyValues: { readonly CoerceOrReject: "coerce_or_reject"; readonly CoerceOrDrop: "coerce_or_drop"; readonly Drop: "drop"; readonly Reject: "reject"; }; export type DirtyValues = typeof DirtyValues[keyof typeof DirtyValues]; export declare function instanceOfDirtyValues(value: any): boolean; export declare function DirtyValuesFromJSON(json: any): DirtyValues; export declare function DirtyValuesFromJSONTyped(json: any, ignoreDiscriminator: boolean): DirtyValues; export declare function DirtyValuesToJSON(value?: DirtyValues | null): any; export declare function DirtyValuesToJSONTyped(value: any, ignoreDiscriminator: boolean): DirtyValues;