Files
smesh/src/vite-env.d.ts
2025-01-02 21:57:14 +08:00

12 lines
199 B
TypeScript

/// <reference types="vite/client" />
import { TNip07 } from '@/types'
declare global {
interface Window {
nostr?: TNip07
}
const __GIT_COMMIT__: string
const __APP_VERSION__: string
}