Files
tf_code/packages/desktop-electron/src/main/env.d.ts
2026-03-04 15:12:34 +08:00

8 lines
120 B
TypeScript

interface ImportMetaEnv {
readonly OPENCODE_CHANNEL: string
}
interface ImportMeta {
readonly env: ImportMetaEnv
}