mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 17:39:39 +02:00
Relax flow spec return types
This commit is contained in:
parent
976e7ecfc5
commit
2868ced2d3
3 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
|
||||
|
||||
// Term type discriminators matching the wire format
|
||||
// i = IRI, b = BLANK node, l = LITERAL, t = TRIPLE (reified)
|
||||
export type TermType = "i" | "b" | "l" | "t";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue