fix:user表accounts改为非必要属性

This commit is contained in:
zhenfeng 2024-01-01 22:50:53 +08:00
parent 0091cb8f41
commit e268bf95cd
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ export interface Schema extends EntityShape {
codes: Array<WechatQrCode>;
isRoot?: Boolean;
addresses?: Address[];
accounts: Account[];
accounts?: Account[];
};
type IdAction = 'verify' | 'accept' | 'reject';