Skip to content

Commit

Permalink
fix: imageType can be undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
gnlow committed Dec 27, 2023
1 parent 437f009 commit 4a91aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class/Object_.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface Picture {
type: number;
default: number;
};
imageType: string
imageType?: string

fileurl?: string;
filename?: string;
Expand Down

0 comments on commit 4a91aa2

Please sign in to comment.