dgx-spark-playbooks/nvidia/txt2kg/assets/frontend/next.env.d.ts
2025-10-06 17:05:41 +00:00

13 lines
319 B
TypeScript

/// <reference types="next" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
declare namespace NodeJS {
interface ProcessEnv {
// XAI_API_KEY removed - integration has been removed
}
}