跳转到内容

cli/utils/types

此内容尚不支持你的语言。

type StepFn = (context: BaseContext, debug: boolean, dryRun?: boolean) => Promise<void>;

Defined in: studiocms/packages/studiocms/src/cli/utils/types.ts:3^

BaseContext

boolean

boolean

Promise<void>