import { IRewardBundle } from '../../entities'; export interface IPendingRewardDTO { id: string; rewardBundle: IRewardBundle; }