7 lines
316 B
TypeScript
7 lines
316 B
TypeScript
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";
|