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

include/atproto_codegen@emit@zero_ZeroPlan.hrl

-record(zero_plan, {
defs :: gleam@dict:dict({binary(), binary()}, atproto_codegen@lower:flat_def()),
resolvable :: gleam@dict:dict({binary(), binary()}, boolean())
}).