mirror of
https://github.com/NVIDIA/dgx-spark-playbooks.git
synced 2026-04-23 02:23:53 +00:00
13 lines
319 B
TypeScript
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
|
|
}
|
|
}
|
|
|