DisBot
    Preparing search index...

    Type Alias VanitysCreateNestedOneWithoutAnalyticsInput

    type VanitysCreateNestedOneWithoutAnalyticsInput = {
        connect?: VanitysWhereUniqueInput;
        connectOrCreate?: VanitysCreateOrConnectWithoutAnalyticsInput;
        create?: XOR<
            VanitysCreateWithoutAnalyticsInput,
            VanitysUncheckedCreateWithoutAnalyticsInput,
        >;
    }
    Index

    Properties