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:emittable_def()),
resolvable :: gleam@dict:dict({binary(), binary()}, boolean()),
fallbacks :: gleam@dict:dict({binary(), list(binary())}, binary())
}).