DisBot
    Preparing search index...

    Type Alias VanitysCreateOrConnectWithoutAnalyticsInput

    type VanitysCreateOrConnectWithoutAnalyticsInput = {
        create: XOR<
            VanitysCreateWithoutAnalyticsInput,
            VanitysUncheckedCreateWithoutAnalyticsInput,
        >;
        where: VanitysWhereUniqueInput;
    }
    Index

    Properties

    Properties