DisBot
    Preparing search index...

    Type Alias VanitysCreateOrConnectWithoutEmbedInput

    type VanitysCreateOrConnectWithoutEmbedInput = {
        create: XOR<
            VanitysCreateWithoutEmbedInput,
            VanitysUncheckedCreateWithoutEmbedInput,
        >;
        where: VanitysWhereUniqueInput;
    }
    Index

    Properties

    Properties