Type Alias HistoryType

HistoryType:
    | "archived"
    | "copy"
    | "file"
    | "fileComment"
    | "parent"
    | "ref"
    | "reminder"
    | "ticket"
    | "transfer"
    | "value"
    | "view"
    | "workRecord"
    | "workRecordComment"