We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1080fb commit 7aadc68Copy full SHA for 7aadc68
packages/parser/src/envelopes/apigw.ts
@@ -1,7 +1,7 @@
1
import type { ZodSchema, z } from 'zod';
2
import { ParseError } from '../errors.js';
3
import { APIGatewayProxyEventSchema } from '../schemas/apigw.js';
4
-import type { ParsedResult } from '../types';
+import type { ParsedResult } from '../types/parser.js';
5
import { Envelope } from './envelope.js';
6
7
/**
packages/parser/src/envelopes/envelope.ts
@@ -1,6 +1,6 @@
export const Envelope = {
0 commit comments