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

Interface InterviewRecordListResponse

front/src/api/interview.ts:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export interface InterviewRecordListResponse {
30 content: InterviewRecord[]
31 totalElements: number
32 totalPages: number
33 number: number
34 size: number
35}
36
37export interface GenerateQuestionsRequest {
38 positionId?: number

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected