feat(01): webUrl contract
This commit is contained in:
parent
c44dc9aaf3
commit
7caf0dfdd9
5 changed files with 25 additions and 0 deletions
|
|
@ -72,6 +72,7 @@ export type BranchCreate = {
|
|||
qrCodeImage?: File;
|
||||
imageUrl?: File;
|
||||
lineId: string;
|
||||
webUrl?: string;
|
||||
};
|
||||
|
||||
export type BranchUserStats = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue