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

Interface ApiResponse

front/src/api/interview.ts:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47interface ApiResponse<T> {
48 code: number
49 message: string
50 data: T
51}
52
53export const interviewApi = {
54 // 生成面试题(完整参数)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected