Variable: PerformBatchSchema
ts
const PerformBatchSchema: ZodObject<{
urls: ZodString;
}, $strip> = RunSchema;Defined in: parameters/performBatch.ts:4
Deprecated
Renamed to RunSchema, which describes the same shape. This alias is removed in the next major version.