diff --git a/src/plugins/extraConnectionLinks/connections.ts b/src/plugins/extraConnectionLinks/connections.ts index 80bd8239e..e2a10fac0 100644 --- a/src/plugins/extraConnectionLinks/connections.ts +++ b/src/plugins/extraConnectionLinks/connections.ts @@ -7,3 +7,10 @@ // This file is for types of the connection items type ConnectionUrlLink = `${string & { __brand: "\\$\\{(?:id|name)\\}" }}`; + + + +// test + +const test: ConnectionUrlLink = "oogabooga${name}"; +const testFail: ConnectionUrlLink = "oogabooga"; \ No newline at end of file