Spaces:
Build error
Build error
File size: 95 Bytes
0fcc52a |
1 2 3 4 5 6 7 |
export interface DiarizationEntry {
speaker: string;
timestamp: string;
text: string;
}
|