diff --git a/src/plugins/extraConnectionLinks/connections.ts b/src/plugins/extraConnectionLinks/connections.ts index 6a96868f7..e41337c34 100644 --- a/src/plugins/extraConnectionLinks/connections.ts +++ b/src/plugins/extraConnectionLinks/connections.ts @@ -6,4 +6,4 @@ // This file is for types of the connection items -// coming soon when i make it lol +type ConnectionUrlLink = string & { __regexPattern: /\$\{(?:id|name)\}/ };