ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
type StepAllowedOutputType =
| string
| string[]
| Record<string, string>
| Record<string, string>[]
| Message
| Document
| Document[];
Defined in: src/types/logging/step.types.ts:12
Was this page helpful?