DisBot
    Preparing search index...

    Type Alias VanityAnalyticUpsertWithoutVanitysInput

    type VanityAnalyticUpsertWithoutVanitysInput = {
        create: XOR<
            VanityAnalyticCreateWithoutVanitysInput,
            VanityAnalyticUncheckedCreateWithoutVanitysInput,
        >;
        update: XOR<
            VanityAnalyticUpdateWithoutVanitysInput,
            VanityAnalyticUncheckedUpdateWithoutVanitysInput,
        >;
        where?: VanityAnalyticWhereInput;
    }
    Index

    Properties

    Properties