Cephalopod_models.App_Bsky_Graph_Listitemlexicon "app.bsky.graph.listitem"
type main = {subject : string;The account which is included on the list. format: "Did"
*)list : string;Reference (AT-URI) to the list record (app.bsky.graph.list). format: "AtUri"
*)createdAt : string;format: "Datetime"
*)}Record representing an account's inclusion on a specific list. The AppView will ignore duplicate listitem records.
val pp_main :
Ppx_deriving_runtime.Format.formatter ->
main ->
Ppx_deriving_runtime.unitval show_main : main -> Ppx_deriving_runtime.stringval make_main : subject:string -> list:string -> createdAt:string -> mainval main_of_value : main Cephalopod_dasl.Value.Util.convval main_to_value : main -> Cephalopod_dasl.Value.tval main : main Base.record_def