mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-01 00:24:13 -05:00
8 lines
121 B
TypeScript
8 lines
121 B
TypeScript
import { EnvironmentVariable } from "~/root";
|
|
|
|
declare global {
|
|
interface Window {
|
|
ENV: EnvironmentVariable;
|
|
}
|
|
}
|