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;
|
latitude: string;
|
||||||
contactName: string;
|
contactName: string;
|
||||||
qrCodeImageUrl: string;
|
qrCodeImageUrl: string;
|
||||||
|
imageUrl: string;
|
||||||
email: string;
|
email: string;
|
||||||
zipCode: string;
|
zipCode: string;
|
||||||
subDistrictId: string | null;
|
subDistrictId: string | null;
|
||||||
|
|
@ -55,6 +56,7 @@ export type BranchCreate = {
|
||||||
contactName: string;
|
contactName: string;
|
||||||
contact: string;
|
contact: string;
|
||||||
qrCodeImage: File;
|
qrCodeImage: File;
|
||||||
|
imageUrl: File;
|
||||||
lineId: string;
|
lineId: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue