Type alias UpdateTimesheetRequestBody

UpdateTimesheetRequestBody: {
    assigneeId?: string;
    description?: string;
    dueDate?: string;
    endTime?: string;
    startTime?: string;
}

Type declaration

  • Optional assigneeId?: string

    ID of the user this task should be assigned to

  • Optional description?: string

    Description of the time entry

  • Optional dueDate?: string

    Date by which the task is due

  • Optional endTime?: string

    End time of the time entry. Can be null

  • Optional startTime?: string

    Start time of the time entry. Can be null