Intensity specification
@type intensity_type() :: :rpe | :heart_rate_zone | :bpm | :pace | :power
@type t() :: %WplAi.AST.Intensity{ range: {number(), number()} | nil, type: intensity_type(), value: number() | String.t() | nil, zone_model: String.t() | nil }