import { IRewardBundle } from '../../entities'; export interface IAdminRewardRequestDTO { message: string; rewardBundle: IRewardBundle; }