1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-25 08:46:25 +00:00
This commit is contained in:
Cooper 2024-12-15 13:00:02 -06:00 committed by GitHub
parent 71782dc6cd
commit f11e8b7798
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,4 +6,4 @@
// This file is for types of the connection items
type ConnectionUrlLink = `${string & { __regexPattern: /\$\{(?:id|name)\}/ }}`;
type ConnectionUrlLink = `${string & { __brand: "\\$\\{(?:id|name)\\}" }}`;