Zum Inhalt springen

cli/utils/types

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

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>