* Executes a Template/Capture choice and returns its structured outcome * (success with the affected file, error, or cancelled) instead of the void * execute. Callers that must report real success/failure — the URI * x-callback handler and the `quickadd:run-template` CLI — use this so
( choice: ITemplateChoice | ICaptureChoice, )
| 33 | * stubs remain valid. |
| 34 | */ |
| 35 | executeWithOutcome?( |
| 36 | choice: ITemplateChoice | ICaptureChoice, |
| 37 | ): Promise<ChoiceOutcome>; |
| 38 | variables: Map<string, unknown>; |
no outgoing calls
no test coverage detected