Skip to content

Commit cd1df53

Browse files
fix: select key in KqlQueryRequest type
1 parent 09050bc commit cd1df53

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/runtime/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import type { FetchOptions } from 'ohmyfetch'
2-
// TODO: Import type from `#app` is not transpiled
32
import type { UseFetchOptions } from 'nuxt/app'
43

54
export type KqlQuery = `${'kirby' | 'site' | 'page'}${string}`
65

76
export interface KqlQueryRequest {
87
query: KqlQuery
9-
select?: Record<string, string | boolean> | string[]
8+
select?: Record<string, any> | string[]
109
pagination?: {
1110
/** @default 100 */
1211
limit?: number

0 commit comments

Comments
 (0)