Representation of a Timesheet Entry resource.
Summary
Types
@type t() :: %Humaans.Resources.TimesheetEntry{ created_at: DateTime.t() | nil, date: Date.t() | nil, duration: %{hours: integer(), minutes: integer()} | nil, end_time: binary(), id: binary(), person_id: binary(), start_time: binary(), updated_at: DateTime.t() | nil }