Representation of an OKR resource.
Summary
Types
@type t() :: %Humaans.Resources.OKR{ company_id: binary() | nil, created_at: DateTime.t() | nil, description: binary() | nil, id: binary() | nil, person_id: binary() | nil, progress: number() | nil, status: binary() | nil, title: binary() | nil, updated_at: DateTime.t() | nil }