globals.d.ts 238 B

12345678910
  1. // Build-time macro declarations
  2. declare const MACRO: {
  3. VERSION: string;
  4. BUILD_TIME: string;
  5. FEEDBACK_CHANNEL: string;
  6. ISSUES_EXPLAINER: string;
  7. PACKAGE_URL: string;
  8. NATIVE_PACKAGE_URL: string;
  9. VERSION_CHANGELOG: string;
  10. };