utopia-ui 3.0.97 → 3.0.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -112,7 +112,7 @@ type TagIds = { tags_id: string }[]
112
112
 
113
113
  interface GalleryItem {
114
114
  directus_files_id: {
115
- id: number
115
+ id: string
116
116
  width: number
117
117
  height: number
118
118
  }