DisBot
    Preparing search index...

    Type Alias BuildInCommandsCreateOrConnectWithoutGuildCommandMangersInput

    type BuildInCommandsCreateOrConnectWithoutGuildCommandMangersInput = {
        create: XOR<
            BuildInCommandsCreateWithoutGuildCommandMangersInput,
            BuildInCommandsUncheckedCreateWithoutGuildCommandMangersInput,
        >;
        where: BuildInCommandsWhereUniqueInput;
    }
    Index

    Properties

    Properties