UNPKG

@mean-finance/dca-v2-core

Version:

Core smart contracts of DCA v2 by mean.finance

6 lines 295 B
import type * as idcaHubSol from "./IDCAHub.sol"; export type { idcaHubSol }; import type * as idcaPermissionManagerSol from "./IDCAPermissionManager.sol"; export type { idcaPermissionManagerSol }; export type { IDCAHubSwapCallee } from "./IDCAHubSwapCallee"; //# sourceMappingURL=index.d.ts.map