UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

5 lines (4 loc) 127 B
export declare class CreateAIInterviewRescheduleRequestDto { aiInterviewId: string; freelancerRequestReason: string; }