Options for reading events starting from the latest event of a given type.
@type t() :: %EventSourcingDB.ReadFromLatestEventOptions{ if_event_is_missing: :read_everything | :read_nothing, subject: String.t(), type: String.t() }
@spec new(keyword()) :: t()