mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Updates
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
import type { Image } from 'sanity'
|
||||
|
||||
export interface MenuItem {
|
||||
_type: string
|
||||
slug?: string
|
||||
title?: string
|
||||
}
|
||||
|
||||
export interface HomePagePayload {
|
||||
content?: []
|
||||
title?: string
|
||||
@@ -63,5 +69,5 @@ export interface SearchPayload {
|
||||
export interface MainMenuPayload {
|
||||
title?: string
|
||||
_type?: string
|
||||
items: []
|
||||
items?: MenuItem[]
|
||||
}
|
Reference in New Issue
Block a user