DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutSpotifyNotificationsInput

    type GuildsUpsertWithoutSpotifyNotificationsInput = {
        create: XOR<
            GuildsCreateWithoutSpotifyNotificationsInput,
            GuildsUncheckedCreateWithoutSpotifyNotificationsInput,
        >;
        update: XOR<
            GuildsUpdateWithoutSpotifyNotificationsInput,
            GuildsUncheckedUpdateWithoutSpotifyNotificationsInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties