51340f2b0e
Co-authored-by: Félix Malfait <felix@twenty.com>
8 lines
92 B
TypeScript
8 lines
92 B
TypeScript
declare global {
|
|
interface Window {
|
|
_env_?: Record<string, string>;
|
|
}
|
|
}
|
|
|
|
export {};
|