This website requires JavaScript.
Explore
Help
Register
Sign In
Yinux
/
unibest
Watch
1
Star
0
Fork
0
You've already forked unibest
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
unibest
/
src
/
typings.d.ts
9 lines
122 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: 先写好userStore
2023-12-23 11:27:00 +08:00
export
type
UserInfo
=
{
username
:
string
token
:
string
}
feat: 请求增加返回类型
2023-12-23 11:47:37 +08:00
export
type
UserItem
=
{
username
:
string
age
:
number
}
Reference in New Issue
Copy Permalink