DisBot
    Preparing search index...

    Type Alias VanityAnalyticUpsertWithoutLatest30DaysInput

    type VanityAnalyticUpsertWithoutLatest30DaysInput = {
        create: XOR<
            VanityAnalyticCreateWithoutLatest30DaysInput,
            VanityAnalyticUncheckedCreateWithoutLatest30DaysInput,
        >;
        update: XOR<
            VanityAnalyticUpdateWithoutLatest30DaysInput,
            VanityAnalyticUncheckedUpdateWithoutLatest30DaysInput,
        >;
        where?: VanityAnalyticWhereInput;
    }
    Index

    Properties

    Properties