@venusprotocol/governance-contracts
Version:
9 lines • 295 B
TypeScript
import type * as access from "./access";
import type * as security from "./security";
import type * as token from "./token";
import type * as utils from "./utils";
export type { access };
export type { security };
export type { token };
export type { utils };
//# sourceMappingURL=index.d.ts.map