UNPKG

@venusprotocol/governance-contracts

Version:
15 lines 834 B
import type * as govenorBravoV1Sol from "./GovenorBravoV1.sol"; import type * as govenorBravoV2Sol from "./GovenorBravoV2.sol"; import type * as governorAlpha2Sol from "./GovernorAlpha2.sol"; import type * as governorAlphaSol from "./GovernorAlpha.sol"; import type * as governorBravoInterfacesSol from "./GovernorBravoInterfaces.sol"; import type * as governorBravoInterfacesV2Sol from "./GovernorBravoInterfacesV2.sol"; export type { govenorBravoV1Sol }; export type { govenorBravoV2Sol }; export type { governorAlphaSol }; export type { governorAlpha2Sol }; export type { governorBravoInterfacesSol }; export type { governorBravoInterfacesV2Sol }; export type { GovernorBravoDelegateV1 } from "./GovernorBravoDelegateV1"; export type { GovernorBravoDelegateV2 } from "./GovernorBravoDelegateV2"; //# sourceMappingURL=index.d.ts.map