UNPKG

@mean-finance/dca-v2-periphery

Version:

💱 Periphery smart contracts of DCA V2 by mean.finance

9 lines • 452 B
import type * as iKeep3RJobsSol from "./IKeep3rJobs.sol"; export type { iKeep3RJobsSol }; import type * as iKeep3RKeepersSol from "./IKeep3rKeepers.sol"; export type { iKeep3RKeepersSol }; export type { IBaseErrors } from "./IBaseErrors"; export type { IKeep3rAccountance } from "./IKeep3rAccountance"; export type { IKeep3rParameters } from "./IKeep3rParameters"; export type { IKeep3rRoles } from "./IKeep3rRoles"; //# sourceMappingURL=index.d.ts.map