import { Result } from 'ts-basis'; export type Steps = (() => void | Promise | Result | Promise)[];