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_FlatLexicon.hrl
Raw

include/atproto_codegen@lower_FlatLexicon.hrl

-record(flat_lexicon, {
nsid :: binary(),
doc :: atproto_lexicon@ast:lexicon_doc(),
defs :: list(atproto_codegen@lower:flat_def())
}).