perf: token
This commit is contained in:
1
client/src/api/response/user.d.ts
vendored
1
client/src/api/response/user.d.ts
vendored
@@ -2,6 +2,7 @@ import type { UserType } from '@/types/user';
|
||||
import type { PromotionRecordSchema } from '@/types/mongoSchema';
|
||||
export interface ResLogin {
|
||||
user: UserType;
|
||||
token: string;
|
||||
}
|
||||
|
||||
export interface PromotionRecordType {
|
||||
|
||||
Reference in New Issue
Block a user