Interface FileTypeVideo

The file is a video. Subtype of FileType.

interface FileTypeVideo {
    @type: "fileTypeVideo";
}

Properties

Properties

@type: "fileTypeVideo"