github.com/thanos-io/thanos@v0.32.5/pkg/ui/react-app/globals.d.ts (about) 1 import { Moment } from 'moment'; 2 3 declare global { 4 interface Window { 5 jQuery: JQueryStatic; 6 moment: Moment; 7 THANOS_QUERY_URL: string; 8 } 9 }