Representation of a Time Away Adjustment resource.
Summary
Types
@type t() :: %Humaans.Resources.TimeAwayAdjustment{ amount: number() | nil, created_at: DateTime.t() | nil, id: binary() | nil, note: binary() | nil, person_id: binary() | nil, time_away_allocation_id: binary() | nil, updated_at: DateTime.t() | nil }