diff --git a/src/compiler/types.ts b/src/compiler/types.ts index d5c402ea30784..db6bdc129ba3a 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -3258,7 +3258,6 @@ export type JsxAttributeValue = export interface JsxSpreadAttribute extends ObjectLiteralElement { readonly kind: SyntaxKind.JsxSpreadAttribute; - readonly name: PropertyName; readonly parent: JsxAttributes; readonly expression: Expression; }