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

include/atproto_codegen@emit@union_UnionParts.hrl

-record(union_parts, {
type_def :: binary(),
encoder :: binary(),
decoder :: binary()
}).