UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

10 lines (9 loc) 291 B
export declare class UpdateInterviewSettingDto { interviewLanguage?: string; allowProctoring?: boolean; interviewDuration?: string; interviewValidityPeriod?: string; maximumAttemptsAllowed?: string; startInterviewMessage?: string; endInterviewMessage?: string; }