Variables

MenuItemBase

declaration

const MenuItemBase: { ~schema: { name: string; slug: string; }; }

Base information about a menu.

Type declaration

NameType

~schema

{ name: string; slug: string; }

~schema.name

string

~schema.slug

string