| 104 | } |
| 105 | |
| 106 | interface PlopActionHooksFailures { |
| 107 | type: string; |
| 108 | path: string; |
| 109 | error: string; |
| 110 | message: string; |
| 111 | } |
| 112 | |
| 113 | interface PlopActionHooksChanges { |
| 114 | type: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…