Remove redundant property declarations (#7144)
This commit is contained in:
parent
f3410e761c
commit
49775e2f12
@ -1280,8 +1280,6 @@ export type TsAsExpression = TsTypeAssertionLikeBase & {
|
||||
|
||||
export type TsTypeAssertion = TsTypeAssertionLikeBase & {
|
||||
type: "TSTypeAssertion",
|
||||
typeAnnotation: TsType,
|
||||
expression: Expression,
|
||||
};
|
||||
|
||||
export type TsNonNullExpression = NodeBase & {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user