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