bringapp
    Preparing search index...

    Type Alias MenuType<T, iT>

    MenuType: { id: number; items: MenuItemType<iT>[]; name: string } & T

    Represents a menu with optional additional properties and menu items.

    Type Parameters

    • T = object

      Additional properties type

    • iT = object

      Menu Item type