DisBot
    Preparing search index...

    Type Alias VanitysUpdateOneRequiredWithoutAnalyticsNestedInput

    type VanitysUpdateOneRequiredWithoutAnalyticsNestedInput = {
        connect?: VanitysWhereUniqueInput;
        connectOrCreate?: VanitysCreateOrConnectWithoutAnalyticsInput;
        create?: XOR<
            VanitysCreateWithoutAnalyticsInput,
            VanitysUncheckedCreateWithoutAnalyticsInput,
        >;
        update?: XOR<
            XOR<
                VanitysUpdateToOneWithWhereWithoutAnalyticsInput,
                VanitysUpdateWithoutAnalyticsInput,
            >,
            VanitysUncheckedUpdateWithoutAnalyticsInput,
        >;
        upsert?: VanitysUpsertWithoutAnalyticsInput;
    }
    Index

    Properties