Kind: Function
Source: atloria-monorepo/apps/screenshot-worker/test/helpers/batch-builder.ts
Helper function to create a simple batch request
Signature
tsfunction createSimpleBatch(urls: string[], options: {
projectId?: string;
organizationId?: string;
config?: Partial<BatchConfigDto>;
}): TakeBatchScreenshotsDto
Parameters
| Name | Type |
|---|---|
urls | string[] |
options | `{ |
projectId?: string; organizationId?: string; config?: Partial<BatchConfigDto>;
}` |
Returns: TakeBatchScreenshotsDto
Was this page helpful?