File tree 5 files changed +4
-5
lines changed
packages/parser/src/envelopes
5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
import type { ZodSchema , z } from 'zod' ;
2
2
import { ParseError } from '../errors.js' ;
3
3
import { APIGatewayProxyEventSchema } from '../schemas/apigw.js' ;
4
- import type { ParsedResultSuccess } from '../types' ;
5
4
import { Envelope } from './envelope.js' ;
6
5
7
6
/**
Original file line number Diff line number Diff line change 1
1
import type { ZodSchema , z } from 'zod' ;
2
2
import { ParseError } from '../errors.js' ;
3
3
import { APIGatewayProxyEventV2Schema } from '../schemas/apigwv2.js' ;
4
- import type { ParsedResult , ParsedResultSuccess } from '../types/index.js' ;
4
+ import type { ParsedResult } from '../types/index.js' ;
5
5
import { Envelope } from './envelope.js' ;
6
6
7
7
/**
Original file line number Diff line number Diff line change 1
1
import type { ZodSchema , z } from 'zod' ;
2
2
import { ParseError } from '../errors.js' ;
3
3
import { EventBridgeSchema } from '../schemas/index.js' ;
4
- import type { ParsedResult , ParsedResultSuccess } from '../types/index.js' ;
4
+ import type { ParsedResult } from '../types/index.js' ;
5
5
import { Envelope } from './envelope.js' ;
6
6
7
7
/**
Original file line number Diff line number Diff line change 1
1
import type { ZodSchema , z } from 'zod' ;
2
2
import { ParseError } from '../errors.js' ;
3
3
import { LambdaFunctionUrlSchema } from '../schemas/index.js' ;
4
- import type { ParsedResult , ParsedResultSuccess } from '../types/index.js' ;
4
+ import type { ParsedResult } from '../types/index.js' ;
5
5
import { Envelope } from './envelope.js' ;
6
6
7
7
/**
Original file line number Diff line number Diff line change 1
1
import type { ZodSchema , z } from 'zod' ;
2
2
import { ParseError } from '../errors.js' ;
3
3
import { VpcLatticeSchema } from '../schemas/index.js' ;
4
- import type { ParsedResult , ParsedResultSuccess } from '../types/index.js' ;
4
+ import type { ParsedResult } from '../types/index.js' ;
5
5
import { Envelope } from './envelope.js' ;
6
6
7
7
/**
You can’t perform that action at this time.
0 commit comments