UNPKG

@experts_hub/shared

Version:

Shared DTOs, interfaces, and utilities for experts hub applications

13 lines (12 loc) 286 B
export declare class UpdateFreelancerTimesheetDto { jobId: number; startDate?: string; endDate?: string; startTime?: string; endTime?: string; taskId: number; projectName?: string; deliverable?: string; taskName?: string; description?: string; }