Files
pole-book/client/src/env.d.ts

3 lines
62 B
TypeScript

interface ImportMetaEnv {
readonly STRAPI_URL: string;
}