fix: แก้ type เพิ่ม imageUrl
This commit is contained in:
parent
b77c6dce1a
commit
1db1ae0296
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ export type Branch = {
|
|||
latitude: string;
|
||||
contactName: string;
|
||||
qrCodeImageUrl: string;
|
||||
imageUrl: string;
|
||||
email: string;
|
||||
zipCode: string;
|
||||
subDistrictId: string | null;
|
||||
|
|
@ -55,6 +56,7 @@ export type BranchCreate = {
|
|||
contactName: string;
|
||||
contact: string;
|
||||
qrCodeImage: File;
|
||||
imageUrl: File;
|
||||
lineId: string;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue