export interface IRewarderKeyDTO { id: number; namespace: string; key: string; name: string; createdAt: Date | string; }