Cephalopod_models.Com_Atproto_Server_Defs
lexicon "com.atproto.server.defs"
type nonrec invitecode = Types.com_atproto_server_defs_invitecode = {
code : string;
available : int64;
disabled : bool;
forAccount : string;
createdBy : string;
createdAt : string;
format: "Datetime"
*)uses : Types.com_atproto_server_defs_invitecodeuse list;
}
val pp_invitecode :
Ppx_deriving_runtime.Format.formatter ->
Types.com_atproto_server_defs_invitecode ->
Ppx_deriving_runtime.unit
val invitecode_of_value :
Types.com_atproto_server_defs_invitecode Cephalopod_dasl.Value.Util.conv
val invitecode_to_value :
Types.com_atproto_server_defs_invitecode ->
Cephalopod_dasl.Value.t
val pp_invitecodeuse :
Ppx_deriving_runtime.Format.formatter ->
Types.com_atproto_server_defs_invitecodeuse ->
Ppx_deriving_runtime.unit
val invitecodeuse_of_value :
Types.com_atproto_server_defs_invitecodeuse Cephalopod_dasl.Value.Util.conv
val invitecodeuse_to_value :
Types.com_atproto_server_defs_invitecodeuse ->
Cephalopod_dasl.Value.t