Packages

Gleam wrapper for the PokeAPI.

Retired package: Deprecated - v2.0.0 fixes a memory issue in this version by introducing a backwards-incompatible change to a public custom type.

Current section

Files

Jump to
tallgrass include tallgrass@evolution@chain_EvolutionChain.hrl
Raw

include/tallgrass@evolution@chain_EvolutionChain.hrl

-record(evolution_chain, {
id :: integer(),
baby_trigger_item :: gleam@option:option(tallgrass@common@resource:resource()),
chain :: tallgrass@evolution@chain:chain_link()
}).