This commit is contained in:
강동윤 2019-02-25 19:14:23 +09:00
parent 27cd169522
commit b6a4d1548a

View File

@ -476,7 +476,7 @@ pub enum TsTypeOperatorOp {
pub struct TsIndexedAccessType { pub struct TsIndexedAccessType {
#[serde(default)] #[serde(default)]
pub span: Span, pub span: Span,
$[serde(rename="objectType")] #[serde(rename="objectType")]
pub obj_type: Box<TsType>, pub obj_type: Box<TsType>,
pub index_type: Box<TsType>, pub index_type: Box<TsType>,
} }