mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +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
|
||||
}
|
||||
|
||||
interface ItemSecret {
|
||||
secret: string
|
||||
item: string
|
||||
}
|
||||
|
||||
export interface MyCollections {
|
||||
places: Place[]
|
||||
events: Event[]
|
||||
@ -63,7 +58,6 @@ export interface MyCollections {
|
||||
tags: Tag[]
|
||||
projects: Project[]
|
||||
directus_users: CustomUserFields[]
|
||||
item_secrets: ItemSecret[]
|
||||
items: Item[]
|
||||
team: any[]
|
||||
features: any[]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user