View Source ExNylas.Notetaker.Build.Rules (ExNylas v0.9.0)

Summary

Types

@type t() :: %ExNylas.Notetaker.Build.Rules{
  event_selection:
    (:internal | :external | :own_events | :participant_only | :all) | nil,
  participant_filter: ExNylas.Notetaker.Build.Rules.ParticipantFilter.t() | nil
}