next.js/examples/cms-agilitycms/environment.d.ts
environment.d.ts7 lines152 B
declare namespace NodeJS {
  export interface ProcessEnv {
    readonly AGILITY_CMS_GUID: string;
    readonly AGILITY_CMS_API_FETCH_KEY: string;
  }
}
Quest for Codev2.0.0
/
SIGN IN