Format with prettier. Use screen mode for invitation import - dialog mode is broken.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { FlowContext, StepType } from '../types.js';
|
||||
import type { FlowContext, StepType } from "../types.js";
|
||||
|
||||
/**
|
||||
* Abstract strategy that defines the shape of a wizard flow.
|
||||
@@ -9,7 +9,7 @@ import type { FlowContext, StepType } from '../types.js';
|
||||
* produced from these methods.
|
||||
*/
|
||||
export abstract class WizardFlow {
|
||||
abstract readonly type: 'transaction' | 'data';
|
||||
abstract readonly type: "transaction" | "data";
|
||||
|
||||
/** Determine which step types this flow needs given the current context. */
|
||||
abstract getStepTypes(context: FlowContext): StepType[];
|
||||
|
||||
Reference in New Issue
Block a user