DisBot
    Preparing search index...

    Type Alias VanityEmbedUpsertWithoutVanitysInput

    type VanityEmbedUpsertWithoutVanitysInput = {
        create: XOR<
            VanityEmbedCreateWithoutVanitysInput,
            VanityEmbedUncheckedCreateWithoutVanitysInput,
        >;
        update: XOR<
            VanityEmbedUpdateWithoutVanitysInput,
            VanityEmbedUncheckedUpdateWithoutVanitysInput,
        >;
        where?: VanityEmbedWhereInput;
    }
    Index

    Properties

    Properties