DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsUpsertWithWhereUniqueWithoutGuildsInput

    type GuildYoutubeNotificationsUpsertWithWhereUniqueWithoutGuildsInput = {
        create: XOR<
            GuildYoutubeNotificationsCreateWithoutGuildsInput,
            GuildYoutubeNotificationsUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GuildYoutubeNotificationsUpdateWithoutGuildsInput,
            GuildYoutubeNotificationsUncheckedUpdateWithoutGuildsInput,
        >;
        where: GuildYoutubeNotificationsWhereUniqueInput;
    }
    Index

    Properties

    Properties