Current section

Files

Jump to
opencode_sdk lib opencode generated event_models_dev_refreshed.ex
Raw

lib/opencode/generated/event_models_dev_refreshed.ex

defmodule OpenCode.Generated.EventModelsDevRefreshed do
@moduledoc """
Provides struct and type for a EventModelsDevRefreshed
"""
@type t :: %__MODULE__{id: String.t(), properties: map, type: String.t()}
defstruct [:id, :properties, :type]
@doc false
@spec __fields__(atom) :: keyword
def __fields__(type \\ :t)
def __fields__(:t) do
[id: :string, properties: :map, type: {:const, "models-dev.refreshed"}]
end
end