refactor: add type
This commit is contained in:
parent
56522b4fc8
commit
e8f6080aa0
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ export type Branch = {
|
|||
_count: {
|
||||
branch: number;
|
||||
};
|
||||
virtual: boolean;
|
||||
webUrl: string;
|
||||
};
|
||||
|
||||
export type BranchWithChildren = Branch & { branch: Branch[] };
|
||||
|
|
@ -73,6 +75,7 @@ export type BranchCreate = {
|
|||
imageUrl?: File;
|
||||
lineId: string;
|
||||
webUrl?: string;
|
||||
virtual: boolean;
|
||||
};
|
||||
|
||||
export type BranchUserStats = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue