ToolbarItem:
type ToolbarItem = | ToolbarActionItem | ToolbarBuiltInItem | ToolbarSeparatorItem;
Union type for all toolbar items