export interface IRewardDefinition { type: string; schema: any; iconUrl: string; title: string; description: string; }