DisBot
    Preparing search index...

    Type Alias VanityEmbedCreateOrConnectWithoutVanitysInput

    type VanityEmbedCreateOrConnectWithoutVanitysInput = {
        create: XOR<
            VanityEmbedCreateWithoutVanitysInput,
            VanityEmbedUncheckedCreateWithoutVanitysInput,
        >;
        where: VanityEmbedWhereUniqueInput;
    }
    Index

    Properties

    Properties