Type alias InlineCompletionCommand

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

Type declaration