DisBot
    Preparing search index...

    Type Alias VanityAnalyticCreateNestedOneWithoutVanitysInput

    type VanityAnalyticCreateNestedOneWithoutVanitysInput = {
        connect?: VanityAnalyticWhereUniqueInput;
        connectOrCreate?: VanityAnalyticCreateOrConnectWithoutVanitysInput;
        create?: XOR<
            VanityAnalyticCreateWithoutVanitysInput,
            VanityAnalyticUncheckedCreateWithoutVanitysInput,
        >;
    }
    Index

    Properties