Skip to content

Commit 8d4910c

Browse files
committed
Export v3 types
1 parent 791cfff commit 8d4910c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/parser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ export type { ValidateOptions, ValidateOutput } from './validate';
1717
export type { ParseOptions, ParseOutput } from './parse';
1818
export type { StringifyOptions } from './stringify';
1919
export type { ValidateSchemaInput, ParseSchemaInput, SchemaParser } from './schema-parser';
20-
export type { v2 as SpecTypesV2 } from './spec-types';
20+
export type { v2 as SpecTypesV2, v3 as SpecTypesV3 } from './spec-types';
2121

2222
export default Parser;

0 commit comments

Comments
 (0)