Variable typesConst

types: {
    DateTime: typeof DateTime;
    Decimal: typeof Decimal;
    GraphAnon: typeof GraphAnon;
    GraphEdge: typeof GraphEdge;
    GraphNode: typeof GraphNode;
    GraphPath: typeof GraphPath;
    GraphPathSegment: typeof GraphPathSegment;
    IRI: typeof IRI;
    Record: typeof Record;
    Result: typeof Result;
    SimpleDate: typeof SimpleDate;
    StringDatatype: typeof StringDatatype;
    StringLang: typeof StringLang;
    Time: typeof Time;
} = ...

Type declaration