DisBot
    Preparing search index...

    Type Alias BuildInCommandsUncheckedUpdateManyWithoutGuildCommandMangersNestedInput

    type BuildInCommandsUncheckedUpdateManyWithoutGuildCommandMangersNestedInput = {
        connect?:
            | BuildInCommandsWhereUniqueInput
            | BuildInCommandsWhereUniqueInput[];
        connectOrCreate?: | BuildInCommandsCreateOrConnectWithoutGuildCommandMangersInput
        | BuildInCommandsCreateOrConnectWithoutGuildCommandMangersInput[];
        create?: | XOR<
            BuildInCommandsCreateWithoutGuildCommandMangersInput,
            BuildInCommandsUncheckedCreateWithoutGuildCommandMangersInput,
        >
        | BuildInCommandsCreateWithoutGuildCommandMangersInput[]
        | BuildInCommandsUncheckedCreateWithoutGuildCommandMangersInput[];
        createMany?: BuildInCommandsCreateManyGuildCommandMangersInputEnvelope;
        delete?: | BuildInCommandsWhereUniqueInput
        | BuildInCommandsWhereUniqueInput[];
        deleteMany?: | BuildInCommandsScalarWhereInput
        | BuildInCommandsScalarWhereInput[];
        disconnect?: | BuildInCommandsWhereUniqueInput
        | BuildInCommandsWhereUniqueInput[];
        set?: BuildInCommandsWhereUniqueInput
        | BuildInCommandsWhereUniqueInput[];
        update?:
            | BuildInCommandsUpdateWithWhereUniqueWithoutGuildCommandMangersInput
            | BuildInCommandsUpdateWithWhereUniqueWithoutGuildCommandMangersInput[];
        updateMany?: | BuildInCommandsUpdateManyWithWhereWithoutGuildCommandMangersInput
        | BuildInCommandsUpdateManyWithWhereWithoutGuildCommandMangersInput[];
        upsert?: | BuildInCommandsUpsertWithWhereUniqueWithoutGuildCommandMangersInput
        | BuildInCommandsUpsertWithWhereUniqueWithoutGuildCommandMangersInput[];
    }
    Index

    Properties