UNPKG

@thunderstorefront/types

Version:

Thunder Storefront types package

5 lines (4 loc) 196 B
import type { Tree } from './common'; import type { Category } from './category'; export type MegaMenuItem = Exclude<Category, 'image' | 'description'>; export type MegaMenu = Tree<MegaMenuItem>;