perf: notify account (#3515)

This commit is contained in:
Archer
2025-01-02 16:15:21 +08:00
committed by archer
parent 28710ac05b
commit 9abbc16036
10 changed files with 15 additions and 26 deletions

View File

@@ -59,7 +59,7 @@ export type TeamTmbItemType = {
teamName: string;
memberName: string;
avatar: string;
balance: number;
balance?: number;
tmbId: string;
teamDomain: string;
defaultTeam: boolean;