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 791cfff commit 8d4910cCopy full SHA for 8d4910c
packages/parser/src/index.ts
@@ -17,6 +17,6 @@ export type { ValidateOptions, ValidateOutput } from './validate';
17
export type { ParseOptions, ParseOutput } from './parse';
18
export type { StringifyOptions } from './stringify';
19
export type { ValidateSchemaInput, ParseSchemaInput, SchemaParser } from './schema-parser';
20
-export type { v2 as SpecTypesV2 } from './spec-types';
+export type { v2 as SpecTypesV2, v3 as SpecTypesV3 } from './spec-types';
21
22
export default Parser;
0 commit comments