(choice: IChoice)
| 9 | |
| 10 | export interface IChoiceExecutor { |
| 11 | execute(choice: IChoice): Promise<void>; |
| 12 | /** |
| 13 | * Executes a choice while reusing context captured before an intermediate UI |
| 14 | * layer, such as a Multi-choice suggester, ran: the frontmatter property target |
no outgoing calls