Listening Convo Edit and a bunch of ts errors
This commit is contained in:
@@ -62,8 +62,8 @@ export interface ListeningExam extends ExamBase {
|
||||
module: "listening";
|
||||
}
|
||||
|
||||
export type Dialog = { "name": string; "gender": string; "text": string; };
|
||||
export type Script = Dialog[] | string;
|
||||
export type Message = { name: string; gender: string; text: string; voice?: string; };
|
||||
export type Script = Message[] | string;
|
||||
|
||||
export interface ListeningPart extends Section {
|
||||
audio?: {
|
||||
|
||||
Reference in New Issue
Block a user