DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutTwitchNotificationsInput

    type GuildsUpsertWithoutTwitchNotificationsInput = {
        create: XOR<
            GuildsCreateWithoutTwitchNotificationsInput,
            GuildsUncheckedCreateWithoutTwitchNotificationsInput,
        >;
        update: XOR<
            GuildsUpdateWithoutTwitchNotificationsInput,
            GuildsUncheckedUpdateWithoutTwitchNotificationsInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties