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

Interface InterviewQuestion

front/src/api/interview.ts:9–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import request from './request'
8
9export interface InterviewQuestion {
10 question: string
11 type: string
12 difficulty: string
13 skill: string
14 answerPoints?: string
15 evaluationDimension: string
16}
17
18export interface InterviewRecord {
19 id: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected