Packages

Analyze, transform, and render Figma files from Elixir

Current section

Files

Jump to
figler lib generated figler schema variable_map_value.ex
Raw

lib/generated/figler/schema/variable_map_value.ex

defmodule Figler.Schema.VariableMapValue do
@moduledoc "Generated Kiwi message module for `VariableMapValue`."
use KiwiCodec, kind: :message
field(:key, 1, type: :string, source_name: "key")
field(:value, 2, type: Figler.Schema.VariableData, source_name: "value")
field(:guid_key, 3, type: Figler.Schema.GUID, source_name: "guidKey")
end