Bpistle/src/vite-env.d.ts
Cody Tseng ed8a22d5bc
feat: community mode (#738)
Co-authored-by: CXPLAY <62034099+cxplay@users.noreply.github.com>
2026-01-24 00:09:10 +08:00

12 lines
191 B
TypeScript

/// <reference types="vite/client" />
import { TNip07 } from '@/types'
declare global {
interface Window {
nostr?: TNip07
}
}
interface ImportMeta {
readonly env: ImportMetaEnv
}