DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutYoutubeNotificationsNestedInput

    type GuildsUpdateOneRequiredWithoutYoutubeNotificationsNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutYoutubeNotificationsInput;
        create?: XOR<
            GuildsCreateWithoutYoutubeNotificationsInput,
            GuildsUncheckedCreateWithoutYoutubeNotificationsInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutYoutubeNotificationsInput,
                GuildsUpdateWithoutYoutubeNotificationsInput,
            >,
            GuildsUncheckedUpdateWithoutYoutubeNotificationsInput,
        >;
        upsert?: GuildsUpsertWithoutYoutubeNotificationsInput;
    }
    Index

    Properties