import type { Proxy } from "./settings"; type ProxyChoices = Exclude; const SupportedSites: Record = { "discord.gg": "uv", "discord.com": "uv", "spotify.com": "uv", "spotify.link": "uv", "youtube.com": "uv", "youtu.be": "uv" }; export { SupportedSites };