Search
@type config() :: %{ verification_token: String.t() | nil, encrypt_key: String.t() | nil }
@type t() :: %CozyLark.EventSubscription.Config{ encrypt_key: String.t() | nil, verification_token: String.t() | nil }
@spec new!(config()) :: t()