unibest/src/typings.d.ts

5 lines
62 B
TypeScript
Raw Normal View History

2023-12-23 11:27:00 +08:00
export type UserInfo = {
username: string
token: string
}