mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
13 lines
233 B
TypeScript
13 lines
233 B
TypeScript
export {};
|
|
|
|
declare global {
|
|
interface Window {
|
|
__INFISICAL_RUNTIME_ENV__?: {
|
|
CAPTCHA_SITE_KEY?: string;
|
|
POSTHOG_API_KEY?: string;
|
|
INTERCOM_ID?: string;
|
|
TELEMETRY_CAPTURING_ENABLED: string;
|
|
};
|
|
}
|
|
}
|