diff --git a/packages/experimental-utils/typings/typescript.d.ts b/packages/experimental-utils/typings/typescript.d.ts index 73304155ee74..7c9089158b4b 100644 --- a/packages/experimental-utils/typings/typescript.d.ts +++ b/packages/experimental-utils/typings/typescript.d.ts @@ -23,11 +23,4 @@ declare module 'typescript' { */ getTypeOfPropertyOfType(type: Type, propertyName: string): Type | undefined; } - - interface Type { - /** - * If the type is `any`, and this is set to "error", then TS was unable to resolve the type - */ - intrinsicName?: string; - } }