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@trigger_EvolutionTrigger.hrl
Raw

include/tallgrass@evolution@trigger_EvolutionTrigger.hrl

-record(evolution_trigger, {
id :: integer(),
name :: binary(),
names :: list(tallgrass@common@name:name()),
pokemon_species :: list(tallgrass@common@resource:resource())
}).