This repository has been archived on 2026-07-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
aniwatch-api/dist/types.js
T
2023-08-02 13:46:34 +05:30

15 lines
497 B
JavaScript

export var Servers;
(function (Servers) {
Servers["AsianLoad"] = "asianload";
Servers["GogoCDN"] = "gogocdn";
Servers["StreamSB"] = "streamsb";
Servers["MixDrop"] = "mixdrop";
Servers["UpCloud"] = "upcloud";
Servers["VidCloud"] = "vidcloud";
Servers["StreamTape"] = "streamtape";
Servers["VizCloud"] = "vizcloud";
Servers["MyCloud"] = "mycloud";
Servers["Filemoon"] = "filemoon";
Servers["VidStreaming"] = "vidstreaming";
})(Servers || (Servers = {}));