Packages

Analyze, transform, and render Figma files from Elixir

Current section

Files

Jump to
figler lib generated figler schema ai_chat_content_part.ex
Raw

lib/generated/figler/schema/ai_chat_content_part.ex

defmodule Figler.Schema.AIChatContentPart do
@moduledoc "Generated Kiwi message module for `AIChatContentPart`."
use KiwiCodec, kind: :message
field(:type, 1, type: {:enum, Figler.Schema.AIChatContentPartType}, source_name: "type")
field(:value, 2, type: Figler.Schema.AIChatContentPartAnyValue, source_name: "value")
end