mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-20 15:44:44 +00:00
8 lines
120 B
TypeScript
8 lines
120 B
TypeScript
interface ImportMetaEnv {
|
|
readonly OPENCODE_CHANNEL: string
|
|
}
|
|
|
|
interface ImportMeta {
|
|
readonly env: ImportMetaEnv
|
|
}
|