Cephalopod_models.App_Bsky_Graph_Starterpacklexicon "app.bsky.graph.starterpack"
type main = {name : string;Display name for starter pack; can not be empty. maximum length: 500 minimum length: 1
*)description : string option;maximum length: 3000
*)descriptionFacets : Types.app_bsky_richtext_facet_main list option;list : string;Reference (AT-URI) to the list record. format: "AtUri"
*)feeds : Types.app_bsky_graph_starterpack_feeditem list option;maximum length: 3
*)createdAt : string;format: "Datetime"
*)}Record defining a starter pack of actors and feeds for new users.
val pp_main :
Ppx_deriving_runtime.Format.formatter ->
main ->
Ppx_deriving_runtime.unitval show_main : main -> Ppx_deriving_runtime.stringval make_main :
name:string ->
?description:string ->
?descriptionFacets:Types.app_bsky_richtext_facet_main list ->
list:string ->
?feeds:Types.app_bsky_graph_starterpack_feeditem list ->
createdAt:string ->
unit ->
mainval main_of_value : main Cephalopod_dasl.Value.Util.convval main_to_value : main -> Cephalopod_dasl.Value.tval main : main Base.record_defval pp_feeditem :
Ppx_deriving_runtime.Format.formatter ->
Types.app_bsky_graph_starterpack_feeditem ->
Ppx_deriving_runtime.unitval feeditem_of_value :
Types.app_bsky_graph_starterpack_feeditem Cephalopod_dasl.Value.Util.convval feeditem_to_value :
Types.app_bsky_graph_starterpack_feeditem ->
Cephalopod_dasl.Value.t