UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

7 lines (6 loc) 157 B
export declare class AiInterviewTemplateGenerationDto { jobId: string; skills?: string[]; numberOfQuestions?: number; difficulty?: string; }