Skip to content

Commit 1c140ab

Browse files
Fix type error
1 parent ca85ddf commit 1c140ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export type Option = {
1111
export type Question = {
1212
question: string;
1313
options: Option[];
14-
images: Image[];
14+
images?: Image[];
1515
};
1616

1717
export type Props = {

0 commit comments

Comments
 (0)