DisBot
    Preparing search index...

    Type Alias VanityAnalyticCreateOrConnectWithoutVanitysInput

    type VanityAnalyticCreateOrConnectWithoutVanitysInput = {
        create: XOR<
            VanityAnalyticCreateWithoutVanitysInput,
            VanityAnalyticUncheckedCreateWithoutVanitysInput,
        >;
        where: VanityAnalyticWhereUniqueInput;
    }
    Index

    Properties

    Properties