import { KlevuFetchOption } from "../connection/klevuFetch.js"; import type { KlevuFetchFunctionReturnValue } from "../queries/index.js"; export type KlevuFetchQueries = Array | KlevuFetchFunctionReturnValue>; export type KlevuFetchQueriesWithOptions = Array | KlevuFetchFunctionReturnValue | KlevuFetchOption>;