Skip to content

Commit 33b1f05

Browse files
committed
fix: export Construct
1 parent f525bd1 commit 33b1f05

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ import { OpenAPIV3 } from 'openapi-types';
44

55
export const { HttpMethods } = OpenAPIV3;
66

7+
// export the version of Constructs we are using to ensure we're
8+
// everyone is using the same version
9+
export { Construct };
10+
711
export { Api, OpenApiVersion } from '../lib/api.js';
812
export { Parameter } from '../lib/parameter.js';
913
export { Path } from '../lib/path.js';

0 commit comments

Comments
 (0)