feat(01): webUrl contract

This commit is contained in:
puriphatt 2024-08-29 12:03:54 +07:00
parent c44dc9aaf3
commit 7caf0dfdd9
5 changed files with 25 additions and 0 deletions

View file

@ -72,6 +72,7 @@ export type BranchCreate = {
qrCodeImage?: File;
imageUrl?: File;
lineId: string;
webUrl?: string;
};
export type BranchUserStats = {