fix: แก้ ไม่ต้องส่ง รูปก็ได้
This commit is contained in:
parent
647876d113
commit
0066bcd252
1 changed files with 2 additions and 2 deletions
|
|
@ -55,8 +55,8 @@ export type BranchCreate = {
|
||||||
telephoneNo: string;
|
telephoneNo: string;
|
||||||
contactName: string;
|
contactName: string;
|
||||||
contact: string;
|
contact: string;
|
||||||
qrCodeImage: File;
|
qrCodeImage?: File;
|
||||||
imageUrl: File;
|
imageUrl?: File;
|
||||||
lineId: string;
|
lineId: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue