Interface QuickPickSeparator

interface QuickPickSeparator {
    label?: string;
    type: "separator";
}

Properties

Properties

label?: string
type: "separator"