DisBot
    Preparing search index...

    Type Alias VanityAnalyticUpdateOneWithoutVanitysNestedInput

    type VanityAnalyticUpdateOneWithoutVanitysNestedInput = {
        connect?: VanityAnalyticWhereUniqueInput;
        connectOrCreate?: VanityAnalyticCreateOrConnectWithoutVanitysInput;
        create?: XOR<
            VanityAnalyticCreateWithoutVanitysInput,
            VanityAnalyticUncheckedCreateWithoutVanitysInput,
        >;
        delete?: VanityAnalyticWhereInput
        | boolean;
        disconnect?: VanityAnalyticWhereInput | boolean;
        update?: XOR<
            XOR<
                VanityAnalyticUpdateToOneWithWhereWithoutVanitysInput,
                VanityAnalyticUpdateWithoutVanitysInput,
            >,
            VanityAnalyticUncheckedUpdateWithoutVanitysInput,
        >;
        upsert?: VanityAnalyticUpsertWithoutVanitysInput;
    }
    Index

    Properties

    delete?: VanityAnalyticWhereInput | boolean
    disconnect?: VanityAnalyticWhereInput | boolean