Ben Lin
2024-06-13 28cd71d5ff26ca539e48a229eed4055df7cae5ad
types/config.d.ts
@@ -151,6 +151,7 @@
  shortName: string;
  mapKey: string;
  downloadUrl: string;
  useOrg: boolean;
}
export interface GlobEnvConfig {
  // Site title
@@ -165,4 +166,5 @@
  VITE_GLOB_UPLOAD_URL?: string;
  VITE_GLOB_MAP_KEY: string;
  VITE_GLOB_DOWNLOAD_URL: string;
  VITE_USE_ORG: boolean;
}