@type t() :: :update | :renew | :destroy
@spec new(any()) :: Croma.Result.t(t())
@spec new!(any()) :: t()
@spec valid?(any()) :: boolean()