UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

9 lines (8 loc) 203 B
export declare class UpdateInterviewBasicInformationDto { title?: string; description?: string; scheduledAt?: string; duration?: number; skillIds?: number[]; location?: string; }