Type Alias: StepAllowedOutputType

type StepAllowedOutputType =
  | string
  | string[]
  | Record<string, string>
  | Record<string, string>[]
  | Message
  | Document
  | Document[];

Defined in: src/types/logging/step.types.ts:12