Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
fix(types): Add options to main plugin type (#314)
Browse files Browse the repository at this point in the history
The property already exists on the class, but was missing from the type.
  • Loading branch information
lobsterkatie authored Sep 30, 2021
1 parent 3a32091 commit 8531ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export interface SentryCliPluginOptions
}

declare class SentryCliPlugin implements WebpackPluginInstance {
options: SentryCliPluginOptions;
constructor(options: SentryCliPluginOptions);
apply(compiler: Compiler): void;
}
Expand Down

0 comments on commit 8531ed2

Please sign in to comment.