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

include/tallgrass@machine_Machine.hrl

-record(machine, {
id :: integer(),
item :: tallgrass@common@resource:resource(),
move :: tallgrass@common@resource:resource(),
version_group :: tallgrass@common@resource:resource()
}).