Current section
Files
Jump to
Current section
Files
include/atproto_codegen@lexicon_Property.hrl
-record(property, {
json_name :: binary(),
field_type :: atproto_codegen@lexicon:field_type(),
required :: boolean()
}).