export interface JsonReferee { id: number; priority: number; initials: string; name?: string; emailaddress?: string; info?: string; }