9 lines
418 B
TypeScript
Vendored
9 lines
418 B
TypeScript
Vendored
import type * as dummySol from "./Dummy.sol";
|
|
export type { dummySol };
|
|
import type * as proposalStateChangeGovernanceSol from "./ProposalStateChangeGovernance.sol";
|
|
export type { proposalStateChangeGovernanceSol };
|
|
import type * as proposalUpgradeSol from "./ProposalUpgrade.sol";
|
|
export type { proposalUpgradeSol };
|
|
export type { MockGovernance } from "./MockGovernance";
|
|
export type { Proposal } from "./Proposal";
|