Skip to content

Commit

Permalink
fix: add arrayItem, structureItem and block to query models
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Dec 22, 2022
1 parent 3e7b3a8 commit fa0886b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/query.d.ts
Expand Up @@ -6,6 +6,9 @@ export type KirbyQueryModel<CustomModel extends string = never> =
| "page"
| "site"
| "user"
| "arrayItem"
| "structureItem"
| "block"
| CustomModel;

export type KirbyQuery<CustomModel extends string = never> =
Expand Down

0 comments on commit fa0886b

Please sign in to comment.