Skip to content

Commit

Permalink
Export OpenApiRequest and OpenApiRequestMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Oct 12, 2023
1 parent 5175dfe commit 6766687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { middleware } from 'express-openapi-validator';
import { OpenApiSpecLoader } from 'express-openapi-validator/dist/framework/openapi.spec.loader.js';
import type { Express } from 'express';
import type { OpenApiValidatorOpts } from 'express-openapi-validator/dist/openapi.validator.js';
export type { OpenApiRequest, OpenApiRequestMetadata } from 'express-openapi-validator/dist/framework/types.js';

export async function installOpenApiValidator(
specFile: string,
Expand Down

0 comments on commit 6766687

Please sign in to comment.