fix:user表accounts改为非必要属性
This commit is contained in:
parent
0091cb8f41
commit
e268bf95cd
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue