type StepAllowedOutputType = | string | string[] | Record<string, string> | Record<string, string>[] | Message | Document | Document[];
Was this page helpful?