Interface FileTypeNone

Represents the type of file. Subtype of FileType.

interface FileTypeNone {
    @type: "fileTypeNone";
}

Properties

Properties

@type: "fileTypeNone"