Variable ListWorkflowHistorySchemaConst
ListWorkflowHistorySchema: ZodObject<
{
expand: ZodOptional<
ZodUnion<
readonly [
ZodString,
ZodArray<ZodString>,
ZodCustom<
string & {}
| "includeIntermediateWorkflows",
string & {} | "includeIntermediateWorkflows",
>,
ZodArray<
ZodCustom<
string & {}
| "includeIntermediateWorkflows",
string & {} | "includeIntermediateWorkflows",
>,
>,
],
>,
>;
workflowId: ZodOptional<ZodString>;
},
$strip,
> = ...