DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsUncheckedUpdateManyWithoutGuildsNestedInput

    type GuildYoutubeNotificationsUncheckedUpdateManyWithoutGuildsNestedInput = {
        connect?:
            | GuildYoutubeNotificationsWhereUniqueInput
            | GuildYoutubeNotificationsWhereUniqueInput[];
        connectOrCreate?: | GuildYoutubeNotificationsCreateOrConnectWithoutGuildsInput
        | GuildYoutubeNotificationsCreateOrConnectWithoutGuildsInput[];
        create?: | XOR<
            GuildYoutubeNotificationsCreateWithoutGuildsInput,
            GuildYoutubeNotificationsUncheckedCreateWithoutGuildsInput,
        >
        | GuildYoutubeNotificationsCreateWithoutGuildsInput[]
        | GuildYoutubeNotificationsUncheckedCreateWithoutGuildsInput[];
        createMany?: GuildYoutubeNotificationsCreateManyGuildsInputEnvelope;
        delete?: | GuildYoutubeNotificationsWhereUniqueInput
        | GuildYoutubeNotificationsWhereUniqueInput[];
        deleteMany?: | GuildYoutubeNotificationsScalarWhereInput
        | GuildYoutubeNotificationsScalarWhereInput[];
        disconnect?: | GuildYoutubeNotificationsWhereUniqueInput
        | GuildYoutubeNotificationsWhereUniqueInput[];
        set?: | GuildYoutubeNotificationsWhereUniqueInput
        | GuildYoutubeNotificationsWhereUniqueInput[];
        update?: | GuildYoutubeNotificationsUpdateWithWhereUniqueWithoutGuildsInput
        | GuildYoutubeNotificationsUpdateWithWhereUniqueWithoutGuildsInput[];
        updateMany?: | GuildYoutubeNotificationsUpdateManyWithWhereWithoutGuildsInput
        | GuildYoutubeNotificationsUpdateManyWithWhereWithoutGuildsInput[];
        upsert?: | GuildYoutubeNotificationsUpsertWithWhereUniqueWithoutGuildsInput
        | GuildYoutubeNotificationsUpsertWithWhereUniqueWithoutGuildsInput[];
    }
    Index

    Properties