DisBot
    Preparing search index...

    Type Alias VanityAnalyticUncheckedCreateNestedOneWithoutVanitysInput

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

    Properties