mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 06:36:08 +03:00
FIx
This commit is contained in:
parent
27cd169522
commit
b6a4d1548a
@ -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>,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user