mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-12 05:35:16 -05:00
8 lines
123 B
TypeScript
8 lines
123 B
TypeScript
import { EnvironmentVariables } from "~/root";
|
|
|
|
declare global {
|
|
interface Window {
|
|
ENV: EnvironmentVariables;
|
|
}
|
|
}
|