Skip to content

Commit 80f5c69

Browse files
committed
Restored the type import for the batch processor class
1 parent b248489 commit 80f5c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/batch/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import type {
99
} from 'aws-lambda';
1010
import type { ZodType } from 'zod';
1111
import type { BasePartialBatchProcessor } from './BasePartialBatchProcessor.js';
12+
import type { BatchProcessor } from './BatchProcessor.js';
1213
import type { parser } from './parser.js';
1314
import type { SqsFifoPartialProcessor } from './SqsFifoPartialProcessor.js';
1415
import type { SqsFifoPartialProcessorAsync } from './SqsFifoPartialProcessorAsync.js';

0 commit comments

Comments
 (0)