mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-06 01:25:33 +00:00
item_secrets is not a collection we call via directus client
This commit is contained in:
parent
847cb69c17
commit
17d748c4c0
@ -51,11 +51,6 @@ interface CustomUserFields {
|
|||||||
position: Point
|
position: Point
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ItemSecret {
|
|
||||||
secret: string
|
|
||||||
item: string
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface MyCollections {
|
export interface MyCollections {
|
||||||
places: Place[]
|
places: Place[]
|
||||||
events: Event[]
|
events: Event[]
|
||||||
@ -63,7 +58,6 @@ export interface MyCollections {
|
|||||||
tags: Tag[]
|
tags: Tag[]
|
||||||
projects: Project[]
|
projects: Project[]
|
||||||
directus_users: CustomUserFields[]
|
directus_users: CustomUserFields[]
|
||||||
item_secrets: ItemSecret[]
|
|
||||||
items: Item[]
|
items: Item[]
|
||||||
team: any[]
|
team: any[]
|
||||||
features: any[]
|
features: any[]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user