File size: 305 Bytes
b173115
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/// <reference types="vite/client" />

interface ImportMetaEnv {
  TAURI_ARCH: string;
  TAURI_DEBUG: string;
  TAURI_FAMILY: string;
  TAURI_PLATFORM: string;
  TAURI_PLATFORM_TYPE: string;
  TAURI_PLATFORM_VERSION: string;
  TAURI_TARGET_TRIPLE: string;
}

interface ImportMeta {
  env: ImportMetaEnv;
}