mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-19 21:00:40 +08:00
9 lines
216 B
TypeScript
9 lines
216 B
TypeScript
import type { } from "react/canary";
|
|
|
|
declare global {
|
|
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
|
|
interface ImportMeta {
|
|
readonly env?: Record<string, string | undefined>,
|
|
}
|
|
}
|