Interface FileTypeDocument

The file is a document. Subtype of FileType.

interface FileTypeDocument {
    @type: "fileTypeDocument";
}

Properties

Properties

@type: "fileTypeDocument"