DisBot
    Preparing search index...

    Type Alias GuildSpotifyNotificationsUpsertWithWhereUniqueWithoutGuildsInput

    type GuildSpotifyNotificationsUpsertWithWhereUniqueWithoutGuildsInput = {
        create: XOR<
            GuildSpotifyNotificationsCreateWithoutGuildsInput,
            GuildSpotifyNotificationsUncheckedCreateWithoutGuildsInput,
        >;
        update: XOR<
            GuildSpotifyNotificationsUpdateWithoutGuildsInput,
            GuildSpotifyNotificationsUncheckedUpdateWithoutGuildsInput,
        >;
        where: GuildSpotifyNotificationsWhereUniqueInput;
    }
    Index

    Properties

    Properties