Packages

Generate Gleam types, JSON codecs, and a typed XRPC client from atproto lexicon files.

Current section

Files

Jump to
atproto_codegen include atproto_codegen@lower_FlatField.hrl
Raw

include/atproto_codegen@lower_FlatField.hrl

-record(flat_field, {
json_name :: binary(),
field_type :: atproto_codegen@lower:flat_type(),
required :: boolean(),
nullable :: boolean()
}).