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

Interface GenerateQuestionsRequest

front/src/api/interview.ts:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37export interface GenerateQuestionsRequest {
38 positionId?: number
39 skills?: string[]
40 difficulty?: 'JUNIOR' | 'MIDDLE' | 'SENIOR'
41 count?: number
42 questionType?: 'TECHNICAL' | 'BEHAVIORAL' | 'SCENARIO' | 'MIXED'
43 includeAnswers?: boolean
44 businessDomain?: string
45}
46
47interface ApiResponse<T> {
48 code: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected