Interface LinkPreviewTypeDocument

The link is a link to a general file. Subtype of LinkPreviewType.

interface LinkPreviewTypeDocument {
    @type: "linkPreviewTypeDocument";
    document: Document;
}

Properties

Properties

@type: "linkPreviewTypeDocument"
document: Document

The document description.