@venusprotocol/governance-contracts
Version:
### Prerequisites
12 lines • 739 B
TypeScript
import type * as governorBravoInterfacesSol from "./GovernorBravoInterfaces.sol";
export type { governorBravoInterfacesSol };
export type { AccessControlManager } from "./AccessControlManager";
export type { AccessControlledV5 } from "./AccessControlledV5";
export type { AccessControlledV8 } from "./AccessControlledV8";
export type { GovernorBravoDelegate } from "./GovernorBravoDelegate";
export type { GovernorBravoDelegator } from "./GovernorBravoDelegator";
export type { IAccessControlManagerV5 } from "./IAccessControlManagerV5";
export type { IAccessControlManagerV8 } from "./IAccessControlManagerV8";
export type { Timelock } from "./Timelock";
export type { TimelockV8 } from "./TimelockV8";
//# sourceMappingURL=index.d.ts.map