aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocumentTypes.ts
blob: 1578e49fecd7ae28555c41ffde6a2b5d97f4bd38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
export enum DocumentType {
    NONE = "none",
    TEXT = "text",
    HIST = "histogram",
    IMG = "image",
    WEB = "web",
    COL = "collection",
    KVP = "kvp",
    VID = "video",
    AUDIO = "audio",
    PDF = "pdf",
    ICON = "icon",
    IMPORT = "import",
    LINK = "link",
    LINKDOC = "linkdoc",
    BUTTON = "button",
    TEMPLATE = "template",
    EXTENSION = "extension",
    YOUTUBE = "youtube",
    DRAGBOX = "dragbox",
    PRES = "presentation",
}