[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -65,12 +65,7 @@ export interface Question {
|
||||
}
|
||||
|
||||
export type Answers =
|
||||
| Answer[]
|
||||
| RangeQuizAnswer
|
||||
| VotingAnswer[]
|
||||
| string
|
||||
| TextQuizAnswer[]
|
||||
| OrderQuizAnswer[];
|
||||
Answer[] | RangeQuizAnswer | VotingAnswer[] | string | TextQuizAnswer[] | OrderQuizAnswer[];
|
||||
|
||||
export interface Answer {
|
||||
right: boolean;
|
||||
|
||||
Reference in New Issue
Block a user