1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 18:06:22 +00:00

Update connections.ts

This commit is contained in:
Cooper 2024-12-15 13:02:46 -06:00 committed by GitHub
parent f11e8b7798
commit 4e865d4ada
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,3 +7,10 @@
// This file is for types of the connection items // This file is for types of the connection items
type ConnectionUrlLink = `${string & { __brand: "\\$\\{(?:id|name)\\}" }}`; type ConnectionUrlLink = `${string & { __brand: "\\$\\{(?:id|name)\\}" }}`;
// test
const test: ConnectionUrlLink = "oogabooga${name}";
const testFail: ConnectionUrlLink = "oogabooga";