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

include/atproto_codegen@lower_EmittableObject.hrl

-record(emittable_object, {
nsid :: binary(),
name :: binary(),
properties :: list(atproto_codegen@lower:flat_field())
}).