MCPcopy
hub / github.com/ZToolsCenter/ZTools / PluginFeatureCommand

Interface PluginFeatureCommand

tests/main/systemPluginOpenFolderRegex.test.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import path from 'path'
4
5interface PluginFeatureCommand {
6 type?: string
7 match?: string
8}
9
10interface PluginFeature {
11 code: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected