diff --git a/index.d.ts b/index.d.ts index faae7107..aeeb9b24 100644 --- a/index.d.ts +++ b/index.d.ts @@ -122,6 +122,8 @@ declare namespace SentryCliPlugin { */ deploy?: SentryCliNewDeployOptions; } + + export { SourceMapsPathDescriptor }; } declare class SentryCliPlugin implements WebpackPluginInstance {