fix build error
This commit is contained in:
@@ -32,7 +32,7 @@ export interface Food {
|
||||
foodName?: string;
|
||||
description?: string;
|
||||
desc?: string | null;
|
||||
content?: string[] | null;
|
||||
content?: string[] | string | null;
|
||||
price: number;
|
||||
image?: string | null;
|
||||
images?: FoodImage[] | null;
|
||||
|
||||
Reference in New Issue
Block a user