mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Checking possible answers in /ask
This commit is contained in:
parent
799930b3e1
commit
5f12284bb8
4 changed files with 51 additions and 2 deletions
|
@ -4,6 +4,12 @@ export interface QuestionData {
|
|||
type: string
|
||||
images?: Array<string>
|
||||
hashedImages?: Array<string>
|
||||
possibleAnswers?:
|
||||
| Array<string>
|
||||
| Array<{
|
||||
text: string
|
||||
selectedByUser: boolean
|
||||
}>
|
||||
}
|
||||
|
||||
export interface Question {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue