export interface Evaluation {
id: number;
status: string;
uploaderAccount: string;
developerUser: string;
uploadTime: string;
}