Cephalopod_models.App_Bsky_Unspecced_GetConfig
lexicon "app.bsky.unspecced.getConfig"
type main_output = {
checkEmailConfirmed : bool option;
liveNow : Types.app_bsky_unspecced_getconfig_livenowconfig list option;
}
val pp_main_output :
Ppx_deriving_runtime.Format.formatter ->
main_output ->
Ppx_deriving_runtime.unit
val show_main_output : main_output -> Ppx_deriving_runtime.string
val main_output_of_value : main_output Cephalopod_dasl.Value.Util.conv
val main_output_to_value : main_output -> Cephalopod_dasl.Value.t
val main : (unit, main_output, unit) Base.query
Get miscellaneous runtime configuration.
val pp_livenowconfig :
Ppx_deriving_runtime.Format.formatter ->
Types.app_bsky_unspecced_getconfig_livenowconfig ->
Ppx_deriving_runtime.unit
val livenowconfig_of_value :
Types.app_bsky_unspecced_getconfig_livenowconfig
Cephalopod_dasl.Value.Util.conv
val livenowconfig_to_value :
Types.app_bsky_unspecced_getconfig_livenowconfig ->
Cephalopod_dasl.Value.t