mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 08:46:25 +00:00
Update connections.ts
This commit is contained in:
parent
a23d7e4371
commit
71782dc6cd
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@
|
|||
|
||||
// This file is for types of the connection items
|
||||
|
||||
type ConnectionUrlLink = string & { __regexPattern: /\$\{(?:id|name)\}/ };
|
||||
type ConnectionUrlLink = `${string & { __regexPattern: /\$\{(?:id|name)\}/ }}`;
|
||||
|
|
Loading…
Reference in a new issue