export interface NewTestResult {
    id: number;
}
