Variable: PerformBatchSchema
ts
const PerformBatchSchema: ZodObject<{
urls: ZodString;
}, $strip>;Defined in: parameters/performBatch.ts:7
Deprecated
Use client.batch.run(builder) instead. This type was never used by the generated client and will be removed in the next major version.