mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-13 15:14:40 +00:00
5 lines
197 B
TypeScript
5 lines
197 B
TypeScript
declare const __ENABLE_GH_RELEASE_UPDATE_CHECK__: boolean;
|
|
declare const __GH_RELEASE_REPO__: string;
|
|
declare const __UPDATE_CHANNEL__: "stable" | "nightly";
|
|
declare const __BUILD_LABEL__: string;
|