DisBot
    Preparing search index...

    Type Alias GuildLeaveSetupUncheckedUpdateOneWithoutGuildsNestedInput

    type GuildLeaveSetupUncheckedUpdateOneWithoutGuildsNestedInput = {
        connect?: GuildLeaveSetupWhereUniqueInput;
        connectOrCreate?: GuildLeaveSetupCreateOrConnectWithoutGuildsInput;
        create?: XOR<
            GuildLeaveSetupCreateWithoutGuildsInput,
            GuildLeaveSetupUncheckedCreateWithoutGuildsInput,
        >;
        delete?: GuildLeaveSetupWhereInput
        | boolean;
        disconnect?: GuildLeaveSetupWhereInput | boolean;
        update?: XOR<
            XOR<
                GuildLeaveSetupUpdateToOneWithWhereWithoutGuildsInput,
                GuildLeaveSetupUpdateWithoutGuildsInput,
            >,
            GuildLeaveSetupUncheckedUpdateWithoutGuildsInput,
        >;
        upsert?: GuildLeaveSetupUpsertWithoutGuildsInput;
    }
    Index

    Properties

    delete?: GuildLeaveSetupWhereInput | boolean
    disconnect?: GuildLeaveSetupWhereInput | boolean