Skip to content

Commit

Permalink
#189, fix Options type definition and allow custom resolvers.
Browse files Browse the repository at this point in the history
  • Loading branch information
RopoMen authored and philsturgeon committed Jan 7, 2025
1 parent 9e2d461 commit 05d1c57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ declare namespace SwaggerParser {
external?: boolean;
file?: Partial<ResolverOptions> | boolean;
http?: HTTPResolverOptions | boolean;
} & {
[key: string]: Partial<ResolverOptions> | HTTPResolverOptions | boolean | undefined;
};

/**
Expand Down

0 comments on commit 05d1c57

Please sign in to comment.