|
@@ -7,11 +7,11 @@ import { Hash } from "@polkadot/types/interfaces";
|
|
|
import { Membership } from "@joystream/types/members";
|
|
|
import { Mint, MintId } from "@joystream/types/mint";
|
|
|
import { Stake } from "@joystream/types/stake";
|
|
|
-import { WorkerOf } from "@joystream/types/augment/all";
|
|
|
import {
|
|
|
RewardRelationship,
|
|
|
RewardRelationshipId,
|
|
|
} from "@joystream/types/recurring-rewards";
|
|
|
+import { WorkerOf } from "@joystream/types/augment/types";
|
|
|
|
|
|
// lib
|
|
|
import { getPercent, getTotalMinted } from "./";
|