@confed/sanity-types 0.1.3-2511121437 → 0.1.3-2511121647
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
|
@@ -960,7 +960,6 @@ export type Menu = {
|
|
|
960
960
|
_rev: string
|
|
961
961
|
title: string
|
|
962
962
|
slug: Slug
|
|
963
|
-
description?: string
|
|
964
963
|
menuItems?: Array<
|
|
965
964
|
{
|
|
966
965
|
_key: string
|
|
@@ -969,6 +968,7 @@ export type Menu = {
|
|
|
969
968
|
isActive?: boolean
|
|
970
969
|
menuType: 'header' | 'footer' | 'sidebar' | 'mobile' | 'other'
|
|
971
970
|
maxDepth?: number
|
|
971
|
+
description?: string
|
|
972
972
|
}
|
|
973
973
|
|
|
974
974
|
export type Code = {
|