export interface AwardViewModel { id: number; award: string; } export interface CreateOrUpdateAwardViewModel { award: string; }