refactor: edit typqe

This commit is contained in:
Net 2024-09-11 13:43:03 +07:00
parent 1f8d7fd761
commit 795195412b

View file

@ -11,6 +11,7 @@ export type BankBook = {
accountType: string; accountType: string;
currentlyUse: boolean; currentlyUse: boolean;
bankQr?: File; bankQr?: File;
bankUrl?: string;
branchId?: string; branchId?: string;
}; };