UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

7 lines (6 loc) 187 B
export declare class CreateF2FInterviewRescheduleRequestDto { f2FInterviewId: string; rescheduledDate: string; rescheduledSlot: string; freelancerRequestReason: string; }