We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
KqlQueryRequest
1 parent 09050bc commit cd1df53Copy full SHA for cd1df53
src/runtime/types.ts
@@ -1,12 +1,11 @@
1
import type { FetchOptions } from 'ohmyfetch'
2
-// TODO: Import type from `#app` is not transpiled
3
import type { UseFetchOptions } from 'nuxt/app'
4
5
export type KqlQuery = `${'kirby' | 'site' | 'page'}${string}`
6
7
export interface KqlQueryRequest {
8
query: KqlQuery
9
- select?: Record<string, string | boolean> | string[]
+ select?: Record<string, any> | string[]
10
pagination?: {
11
/** @default 100 */
12
limit?: number
0 commit comments