Module Cephalopod_models.Com_Atproto_Admin_DisableInviteCodes

lexicon "com.atproto.admin.disableInviteCodes"

def main

type main_input = {
  1. codes : string list option;
  2. accounts : string list option;
}
val show_main_input : main_input -> Ppx_deriving_runtime.string
val main_input_to_value : main_input -> Cephalopod_dasl.Value.t
val main : (unit, main_input, unit, unit) Base.procedure

Disable some set of codes and/or all codes associated with a set of users.