1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-01-19 08:28:09 +00:00
quot/app/views/env.d.ts

6 lines
65 B
TypeScript
Raw Normal View History

2022-08-29 01:02:47 +09:00
interface ImportMeta {
env: {
QUOT_API_URL: string;
};
}