| 44 | } |
| 45 | |
| 46 | export interface CompleteInterviewConfig { |
| 47 | type: InterviewType; |
| 48 | industry: IndustryLogic; |
| 49 | systemPrompt: string; |
| 50 | } |
| 51 | |
| 52 | export type InterviewConfig = { |
| 53 | industry: Industry | null; |
nothing calls this directly
no outgoing calls
no test coverage detected