types/global.d.ts
@@ -15,6 +15,9 @@ }; lastBuildTime: string; }; const pdfjsLib: any interface Window { webkitCancelAnimationFrame: (handle: number) => void; mozCancelAnimationFrame: (handle: number) => void; @@ -137,10 +140,11 @@ provinceName?: string; cityName?: string; countyName?: string; provinceCode?: number; cityCode?: number; countyCode?: number; provinceCode?: string; cityCode?: string; countyCode?: string; address?: string; addressName?: string; } interface CommonAnnexItem {