Skip to content

Commit

Permalink
APIDevTools#189, fix Options type definition and allow custom resolvers.
Browse files Browse the repository at this point in the history
  • Loading branch information
RopoMen committed Nov 1, 2021
1 parent 538d4f4 commit 2eaa26e
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 2eaa26e

Please sign in to comment.