todoApp/node_modules/fakerest/example/vite-env.d.ts

10 lines
182 B
TypeScript

/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_MOCK: 'msw' | 'fetch-mock' | 'sinon';
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}