mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-14 04:25:35 +01:00
remove youtube support and add local file handling
This commit is contained in:
@@ -26,10 +26,9 @@ export type Quizz = {
|
||||
}
|
||||
|
||||
export type QuestionMedia =
|
||||
| { type: "image"; url: string }
|
||||
| { type: "audio"; url: string }
|
||||
| { type: "video"; url: string }
|
||||
| { type: "youtube"; url: string }
|
||||
| { type: "image"; url: string; fileName?: string }
|
||||
| { type: "audio"; url: string; fileName?: string }
|
||||
| { type: "video"; url: string; fileName?: string }
|
||||
|
||||
export type QuizzWithId = Quizz & { id: string }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user