/** * 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 { CreateAnalyticsRule200ResponseOneOfInner } from './CreateAnalyticsRule200ResponseOneOfInner.js'; import type { AnalyticsRule } from './AnalyticsRule.js'; /** * @type CreateAnalyticsRule200Response * * @export */ export type CreateAnalyticsRule200Response = AnalyticsRule | Array; export declare function CreateAnalyticsRule200ResponseFromJSON(json: any): CreateAnalyticsRule200Response; export declare function CreateAnalyticsRule200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateAnalyticsRule200Response; export declare function CreateAnalyticsRule200ResponseToJSON(json: any): any; export declare function CreateAnalyticsRule200ResponseToJSONTyped(value?: CreateAnalyticsRule200Response | null, ignoreDiscriminator?: boolean): any;