UNPKG

@kazion/create-app

Version:

A cli tool to help you get started with graphql and rest api's with typescript

14 lines (12 loc) 296 B
declare global { namespace NodeJS { interface ProcessEnv { NODE_ENV: "development" | "production"; DATABASE_URL: string | undefined; ACCESS_TOKEN_KEY: string | undefined; REFRESH_TOKEN_KEY: string | undefined; PORT: number | undefined; } } } export {};