mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-uniapp
synced 2025-08-08 16:32:44 +08:00
9 lines
122 B
TypeScript
9 lines
122 B
TypeScript
export type UserInfo = {
|
|
username: string
|
|
token: string
|
|
}
|
|
export type UserItem = {
|
|
username: string
|
|
age: number
|
|
}
|