DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutYoutubeNotificationsInput

    type GuildsUpsertWithoutYoutubeNotificationsInput = {
        create: XOR<
            GuildsCreateWithoutYoutubeNotificationsInput,
            GuildsUncheckedCreateWithoutYoutubeNotificationsInput,
        >;
        update: XOR<
            GuildsUpdateWithoutYoutubeNotificationsInput,
            GuildsUncheckedUpdateWithoutYoutubeNotificationsInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties