We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca85ddf commit 1c140abCopy full SHA for 1c140ab
components/types.ts
@@ -11,7 +11,7 @@ export type Option = {
11
export type Question = {
12
question: string;
13
options: Option[];
14
- images: Image[];
+ images?: Image[];
15
};
16
17
export type Props = {
0 commit comments