DisBot
    Preparing search index...

    Type Alias GuildSecurityUncheckedUpdateOneWithoutGuildsNestedInput

    type GuildSecurityUncheckedUpdateOneWithoutGuildsNestedInput = {
        connect?: GuildSecurityWhereUniqueInput;
        connectOrCreate?: GuildSecurityCreateOrConnectWithoutGuildsInput;
        create?: XOR<
            GuildSecurityCreateWithoutGuildsInput,
            GuildSecurityUncheckedCreateWithoutGuildsInput,
        >;
        delete?: GuildSecurityWhereInput
        | boolean;
        disconnect?: GuildSecurityWhereInput | boolean;
        update?: XOR<
            XOR<
                GuildSecurityUpdateToOneWithWhereWithoutGuildsInput,
                GuildSecurityUpdateWithoutGuildsInput,
            >,
            GuildSecurityUncheckedUpdateWithoutGuildsInput,
        >;
        upsert?: GuildSecurityUpsertWithoutGuildsInput;
    }
    Index

    Properties

    delete?: GuildSecurityWhereInput | boolean
    disconnect?: GuildSecurityWhereInput | boolean