Files
twenty/packages/twenty-ui/src/global.d.ts
T
2025-08-01 08:51:25 +02:00

8 lines
92 B
TypeScript

declare global {
interface Window {
_env_?: Record<string, string>;
}
}
export {};