MCPcopy
hub / github.com/plopjs/plop / PlopActionHooksFailures

Interface PlopActionHooksFailures

packages/node-plop/types/index.d.ts:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106interface PlopActionHooksFailures {
107 type: string;
108 path: string;
109 error: string;
110 message: string;
111}
112
113interface PlopActionHooksChanges {
114 type: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…