diff --git a/lib/index.d.ts b/lib/index.d.ts index fc9c618b..fb2e67f5 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -272,6 +272,11 @@ declare namespace SwaggerParser { */ spec?: boolean; }; + + /** + * If set to `true`, don't throw on the first error + */ + continueOnError?: boolean; } export interface HTTPResolverOptions extends Partial {