Remove redundant property declarations (#7144)

This commit is contained in:
Andy 2018-01-02 13:20:54 -08:00 committed by Nicolò Ribaudo
parent f3410e761c
commit 49775e2f12

View File

@ -1280,8 +1280,6 @@ export type TsAsExpression = TsTypeAssertionLikeBase & {
export type TsTypeAssertion = TsTypeAssertionLikeBase & {
type: "TSTypeAssertion",
typeAnnotation: TsType,
expression: Expression,
};
export type TsNonNullExpression = NodeBase & {