DisBot
    Preparing search index...

    Type Alias VanityEmbedUpsertWithoutAuthorInput

    type VanityEmbedUpsertWithoutAuthorInput = {
        create: XOR<
            VanityEmbedCreateWithoutAuthorInput,
            VanityEmbedUncheckedCreateWithoutAuthorInput,
        >;
        update: XOR<
            VanityEmbedUpdateWithoutAuthorInput,
            VanityEmbedUncheckedUpdateWithoutAuthorInput,
        >;
        where?: VanityEmbedWhereInput;
    }
    Index

    Properties

    Properties