UNPKG

@studion/infra-code-blocks

Version:
14 lines 325 B
export declare namespace BatchProcessor { type Config = { send_batch_size: number; send_batch_max_size: number; timeout: string; }; } export declare const defaults: { name: string; size: number; maxSize: number; timeout: string; }; //# sourceMappingURL=batch-processor.d.ts.map