DisBot
    Preparing search index...

    Type Alias BuildInCommandsUpsertWithWhereUniqueWithoutGuildCommandMangersInput

    type BuildInCommandsUpsertWithWhereUniqueWithoutGuildCommandMangersInput = {
        create: XOR<
            BuildInCommandsCreateWithoutGuildCommandMangersInput,
            BuildInCommandsUncheckedCreateWithoutGuildCommandMangersInput,
        >;
        update: XOR<
            BuildInCommandsUpdateWithoutGuildCommandMangersInput,
            BuildInCommandsUncheckedUpdateWithoutGuildCommandMangersInput,
        >;
        where: BuildInCommandsWhereUniqueInput;
    }
    Index

    Properties

    Properties