DisBot
    Preparing search index...

    Type Alias GuildCommandMangerUncheckedUpdateOneWithoutGuildsNestedInput

    type GuildCommandMangerUncheckedUpdateOneWithoutGuildsNestedInput = {
        connect?: GuildCommandMangerWhereUniqueInput;
        connectOrCreate?: GuildCommandMangerCreateOrConnectWithoutGuildsInput;
        create?: XOR<
            GuildCommandMangerCreateWithoutGuildsInput,
            GuildCommandMangerUncheckedCreateWithoutGuildsInput,
        >;
        delete?: GuildCommandMangerWhereInput
        | boolean;
        disconnect?: GuildCommandMangerWhereInput | boolean;
        update?: XOR<
            XOR<
                GuildCommandMangerUpdateToOneWithWhereWithoutGuildsInput,
                GuildCommandMangerUpdateWithoutGuildsInput,
            >,
            GuildCommandMangerUncheckedUpdateWithoutGuildsInput,
        >;
        upsert?: GuildCommandMangerUpsertWithoutGuildsInput;
    }
    Index

    Properties

    delete?: GuildCommandMangerWhereInput | boolean
    disconnect?: GuildCommandMangerWhereInput | boolean