mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-uniapp
synced 2025-08-09 00:42:43 +08:00
5 lines
62 B
TypeScript
5 lines
62 B
TypeScript
![]() |
export type UserInfo = {
|
||
|
username: string
|
||
|
token: string
|
||
|
}
|