update modal

This commit is contained in:
Kenta420 2023-10-04 11:41:20 +07:00
parent fabc7fa7fb
commit 682118ef45
3 changed files with 83 additions and 34 deletions

View file

@ -32,13 +32,13 @@ export interface Recipe01 {
TextForWarningBeforePay: string[];
cashPrice: number;
changerecipe: string;
disable: string;
disable: boolean;
disable_by_cup: string;
disable_by_ice: string;
EncoderCount: string;
id: string;
isUse: string;
isShow: string;
isUse: boolean;
isShow: boolean;
name: string;
nonCashPrice: string;
otherDescription: string;