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

include/tallgrass@move@learn_method_MoveLearnMethod.hrl

-record(move_learn_method, {
id :: integer(),
name :: binary(),
descriptions :: list(tallgrass@common@description:description()),
names :: list(tallgrass@common@name:name()),
version_groups :: list(tallgrass@common@resource:resource())
}).