Type Alias InlineCompletionCommand

type InlineCompletionCommand = {
    command: Command;
    icon?: ThemeIcon;
}

Properties§

§command: Command
§icon?: ThemeIcon