Type alias ToolDescriptor

ToolDescriptor: ExtensionDescriptor<ITool> & {
    kind: typeof EXTENSION_KIND_TOOL;
}

Type declaration