MCPcopy Create free account
hub / github.com/LQF-dev/smart-hr / AuthResponse

Interface AuthResponse

front/src/api/auth.ts:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31// 前端使用的简化格式
32export interface AuthResponse {
33 token: string
34 user: User
35}
36
37export const authApi = {
38 login: async (data: LoginRequest): Promise<AuthResponse> => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected