Search
@type config() :: %{ platform: :lark | :feishu, app_type: :custom_app | :store_app, app_id: String.t(), app_secret: String.t() }
@type t() :: %CozyLark.ServerSideAPI.Config{ app_id: String.t(), app_secret: String.t(), app_type: :custom_app | :store_app, platform: :lark | :feishu }
@spec new!(config()) :: t()