diff --git a/packages/types/src/index.ts b/packages/types/src/index.ts index a0239af93af8..57adfe5efb75 100644 --- a/packages/types/src/index.ts +++ b/packages/types/src/index.ts @@ -206,7 +206,8 @@ export type FetchBreadcrumbHint = FetchBreadcrumbHint_imported; /** @deprecated This type has been moved to `@sentry/core`. */ export type XhrBreadcrumbHint = XhrBreadcrumbHint_imported; /** @deprecated This type has been moved to `@sentry/core`. */ -export type Client = Client_imported; +// eslint-disable-next-line deprecation/deprecation +export type Client> = Client_imported; /** @deprecated This type has been moved to `@sentry/core`. */ export type ClientReport = ClientReport_imported; /** @deprecated This type has been moved to `@sentry/core`. */ @@ -323,7 +324,8 @@ export type Integration = Integration_imported; /** @deprecated This type has been moved to `@sentry/core`. */ export type IntegrationClass = IntegrationClass_imported; /** @deprecated This type has been moved to `@sentry/core`. */ -export type IntegrationFn = IntegrationFn_imported; +// eslint-disable-next-line deprecation/deprecation +export type IntegrationFn = IntegrationFn_imported; /** @deprecated This type has been moved to `@sentry/core`. */ export type Mechanism = Mechanism_imported; /** @deprecated This type has been moved to `@sentry/core`. */ @@ -335,9 +337,11 @@ export type Primitive = Primitive_imported; /** @deprecated This type has been moved to `@sentry/core`. */ export type WorkerLocation = WorkerLocation_imported; /** @deprecated This type has been moved to `@sentry/core`. */ -export type ClientOptions = ClientOptions_imported; +// eslint-disable-next-line deprecation/deprecation +export type ClientOptions = ClientOptions_imported; /** @deprecated This type has been moved to `@sentry/core`. */ -export type Options = Options_imported; +// eslint-disable-next-line deprecation/deprecation +export type Options = Options_imported; /** @deprecated This type has been moved to `@sentry/core`. */ export type Package = Package_imported; /** @deprecated This type has been moved to `@sentry/core`. */ @@ -512,7 +516,8 @@ export type WebFetchHeaders = WebFetchHeaders_imported; /** @deprecated This type has been moved to `@sentry/core`. */ export type WebFetchRequest = WebFetchRequest_imported; /** @deprecated This type has been moved to `@sentry/core`. */ -export type WrappedFunction = WrappedFunction_imported; +// eslint-disable-next-line @typescript-eslint/ban-types +export type WrappedFunction = WrappedFunction_imported; /** @deprecated This type has been moved to `@sentry/core`. */ export type HandlerDataFetch = HandlerDataFetch_imported; /** @deprecated This type has been moved to `@sentry/core`. */