Skip to content

Commit

Permalink
fix: update food typings
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaJi committed Aug 1, 2021
1 parent 1303f9d commit a0d7679
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/food.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ type Ingredient = {

type FoodResult = {
normal: {
name: string;
description: string;
effect: string;
};
delicious: {
name: string;
description: string;
effect: string;
};
suspicious: {
name: string;
description: string;
effect: string;
};
special?: {
name: string;
description: string;
effect: string;
character: {
Expand Down

0 comments on commit a0d7679

Please sign in to comment.