next.js / examples /cms-agilitycms /environment.d.ts
AbdulElahGwaith's picture
Upload folder using huggingface_hub
b91e262 verified
declare namespace NodeJS {
export interface ProcessEnv {
readonly AGILITY_CMS_GUID: string;
readonly AGILITY_CMS_API_FETCH_KEY: string;
}
}