Module Cephalopod_models.Chat_Bsky_Actor_DeleteAccount

lexicon "chat.bsky.actor.deleteAccount"

def main

type main_output = [
  1. | `Main_output
]
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, unit, main_output, unit) Base.procedure