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: {
|
_count: {
|
||||||
branch: number;
|
branch: number;
|
||||||
};
|
};
|
||||||
|
virtual: boolean;
|
||||||
|
webUrl: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type BranchWithChildren = Branch & { branch: Branch[] };
|
export type BranchWithChildren = Branch & { branch: Branch[] };
|
||||||
|
|
@ -73,6 +75,7 @@ export type BranchCreate = {
|
||||||
imageUrl?: File;
|
imageUrl?: File;
|
||||||
lineId: string;
|
lineId: string;
|
||||||
webUrl?: string;
|
webUrl?: string;
|
||||||
|
virtual: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type BranchUserStats = {
|
export type BranchUserStats = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue