mirror of
https://github.com/PlayEdu/h5.git
synced 2025-07-16 12:27:39 +08:00
数据结构优化
This commit is contained in:
parent
3f5d2fcfcc
commit
fe7b20ff23
4
src/playedu.d.ts
vendored
4
src/playedu.d.ts
vendored
@ -69,8 +69,8 @@ declare global {
|
|||||||
is_verify: number;
|
is_verify: number;
|
||||||
created_at: string;
|
created_at: string;
|
||||||
updated_at: string;
|
updated_at: string;
|
||||||
login_at: string | null;
|
login_at?: string;
|
||||||
verify_at: string | null;
|
verify_at?: string;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user