(start: InputStep<S>, state: S)
| 81 | */ |
| 82 | export interface IMultiStepInput<S> { |
| 83 | run(start: InputStep<S>, state: S): Promise<InputFlowAction | undefined>; |
| 84 | showQuickPick<T extends QuickPickItem, P extends IQuickPickParameters<T>>({ |
| 85 | title, |
| 86 | step, |
no outgoing calls