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