-module(internal@foo). -compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]). -export_type([foo_json/0]). -type foo_json() :: {foo, boolean(), integer(), float(), {integer(), binary()}, gleam@option:option(integer()), list(binary())}.