We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b248489 commit 80f5c69Copy full SHA for 80f5c69
packages/batch/src/types.ts
@@ -9,6 +9,7 @@ import type {
9
} from 'aws-lambda';
10
import type { ZodType } from 'zod';
11
import type { BasePartialBatchProcessor } from './BasePartialBatchProcessor.js';
12
+import type { BatchProcessor } from './BatchProcessor.js';
13
import type { parser } from './parser.js';
14
import type { SqsFifoPartialProcessor } from './SqsFifoPartialProcessor.js';
15
import type { SqsFifoPartialProcessorAsync } from './SqsFifoPartialProcessorAsync.js';
0 commit comments