interface MetaSectionSidebarAppMenuWithEntityActionsKind {
    entityType: string;
    label: string;
    menu: string;
}

Hierarchy (view full)

Properties

Properties

entityType: string
label: string
menu: string
""