@confed/sanity-types 0.1.3-2511171636 → 0.1.3-2511181347
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/package.json +1 -1
- package/sanity.types.ts +1 -1
package/package.json
CHANGED
package/sanity.types.ts
CHANGED
|
@@ -1001,7 +1001,7 @@ export type Menu = {
|
|
|
1001
1001
|
} & MenuItem
|
|
1002
1002
|
>
|
|
1003
1003
|
isActive?: boolean
|
|
1004
|
-
menuType: 'header' | 'footer' | 'sidebar' | 'mobile' | 'other'
|
|
1004
|
+
menuType: 'header' | 'footer' | 'sidebar' | 'relatedLinks' | 'mobile' | 'other'
|
|
1005
1005
|
maxDepth?: number
|
|
1006
1006
|
description?: string
|
|
1007
1007
|
}
|