1
0
Fork 0
mirror of https://github.com/kou029w/quot.git synced 2025-02-07 09:38:37 +00:00
quot/app/views/env.d.ts

5 lines
70 B
TypeScript

interface ImportMeta {
env: {
QUOT_API_ENDPOINT: string;
};
}