bringapp
    Preparing search index...

    Type Alias MenuLocationType

    Represents a menu location with a key and associated menu ID.

    type MenuLocationType = {
        key: string;
        menuId: number;
    }
    Index

    Properties

    Properties

    key: string

    The menu location key.

    menuId: number

    The associated menu ID.