DisBot
    Preparing search index...

    Type Alias VanityAnalyticUpdateOneRequiredWithoutLatest30DaysNestedInput

    type VanityAnalyticUpdateOneRequiredWithoutLatest30DaysNestedInput = {
        connect?: VanityAnalyticWhereUniqueInput;
        connectOrCreate?: VanityAnalyticCreateOrConnectWithoutLatest30DaysInput;
        create?: XOR<
            VanityAnalyticCreateWithoutLatest30DaysInput,
            VanityAnalyticUncheckedCreateWithoutLatest30DaysInput,
        >;
        update?: XOR<
            XOR<
                VanityAnalyticUpdateToOneWithWhereWithoutLatest30DaysInput,
                VanityAnalyticUpdateWithoutLatest30DaysInput,
            >,
            VanityAnalyticUncheckedUpdateWithoutLatest30DaysInput,
        >;
        upsert?: VanityAnalyticUpsertWithoutLatest30DaysInput;
    }
    Index

    Properties