added experiment-table: refactored all frontend pages and services
This commit is contained in:
@@ -9,11 +9,13 @@ export const DIALECT_LABELS: Record<string, string> = {
|
||||
de: 'Deutsch',
|
||||
};
|
||||
|
||||
export type AnnotationEntry = {
|
||||
export type DatasetEntryForAnnotation = {
|
||||
id: number;
|
||||
externalId: string;
|
||||
fileName: string;
|
||||
dialect: string;
|
||||
durationMs: number | null;
|
||||
datasetId: number;
|
||||
experimentId: number;
|
||||
annotation: number | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user