UNPKG

@venusprotocol/governance-contracts

Version:

### Prerequisites

10 lines 529 B
import type * as govenorBravoV1Sol from "./GovenorBravoV1.sol"; import type * as governorAlpha2Sol from "./GovernorAlpha2.sol"; import type * as governorAlphaSol from "./GovernorAlpha.sol"; import type * as governorBravoInterfacesSol from "./GovernorBravoInterfaces.sol"; export type { govenorBravoV1Sol }; export type { governorAlphaSol }; export type { governorAlpha2Sol }; export type { governorBravoInterfacesSol }; export type { GovernorBravoDelegateV1 } from "./GovernorBravoDelegateV1"; //# sourceMappingURL=index.d.ts.map