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

Interface InterviewRecord

front/src/api/interview.ts:18–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface InterviewRecord {
19 id: number
20 positionId: number | null
21 positionTitle: string | null
22 userId: number
23 difficulty: string
24 questionType: string
25 questions: InterviewQuestion[]
26 createdAt: string
27}
28
29export interface InterviewRecordListResponse {
30 content: InterviewRecord[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected