tornado-contracts/dist/contracts/Governance/v2-vault-and-gas/index.d.ts

7 lines
316 B
TypeScript
Raw Permalink Normal View History

import type * as gasCompensatorSol from "./GasCompensator.sol";
export type { gasCompensatorSol };
import type * as interfaces from "./interfaces";
export type { interfaces };
export type { GovernanceGasUpgrade } from "./GovernanceGasUpgrade";
export type { GovernanceVaultUpgrade } from "./GovernanceVaultUpgrade";