UNPKG

meilisearch

Version:

The Meilisearch JS client for Node.js and the browser.

15 lines (14 loc) 476 B
/** * {@link https://www.meilisearch.com/docs/reference/api/experimental_features#experimental-features-object} * * @see `meilisearch::routes::features::RuntimeTogglableFeatures` */ export type RuntimeTogglableFeatures = { metrics?: boolean | null; logsRoute?: boolean | null; editDocumentsByFunction?: boolean | null; containsFilter?: boolean | null; network?: boolean | null; getTaskDocumentsRoute?: boolean | null; compositeEmbedders?: boolean | null; };