From fa0886b93d09cf44c5273834948d44acf990f79d Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Thu, 22 Dec 2022 12:03:08 +0100 Subject: [PATCH] fix: add `arrayItem`, `structureItem` and `block` to query models --- src/query.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/query.d.ts b/src/query.d.ts index 948ebbe..ab96453 100644 --- a/src/query.d.ts +++ b/src/query.d.ts @@ -6,6 +6,9 @@ export type KirbyQueryModel = | "page" | "site" | "user" + | "arrayItem" + | "structureItem" + | "block" | CustomModel; export type KirbyQuery =