globals.d.ts 156 B

1234567
  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. };