pub fn fold_ts_interface_decl<V>(
    _visitor: &mut V,
    n: TsInterfaceDecl
) -> TsInterfaceDecl where
    V: Fold + ?Sized