@mieweb/wikigdrive
Version:
Google Drive to MarkDown synchronization
16 lines (12 loc) • 314 B
TypeScript
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_APP_ZIPKIN_SERVICE: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}