MCPcopy
hub / github.com/danielmiessler/Fabric / Pattern

Interface Pattern

web/src/lib/types/index.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Pattern {
2 patternName: string;
3 description: string;
4}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected