Public TypeAlias
type ToolbarItem = { id: string type: 'item' readonlyOk: boolean toolItem: ToolItem }
ToolItem