Cephalopod_models.App_Bsky_Unspecced_GetConfiglexicon "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.unitval show_main_output : main_output -> Ppx_deriving_runtime.stringval main_output_of_value : main_output Cephalopod_dasl.Value.Util.convval main_output_to_value : main_output -> Cephalopod_dasl.Value.tval main : (unit, main_output, unit) Base.queryGet miscellaneous runtime configuration.
val pp_livenowconfig :
Ppx_deriving_runtime.Format.formatter ->
Types.app_bsky_unspecced_getconfig_livenowconfig ->
Ppx_deriving_runtime.unitval livenowconfig_of_value :
Types.app_bsky_unspecced_getconfig_livenowconfig
Cephalopod_dasl.Value.Util.convval livenowconfig_to_value :
Types.app_bsky_unspecced_getconfig_livenowconfig ->
Cephalopod_dasl.Value.t