mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 08:28:09 +00:00
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
interface ImportMeta {
|
|
env: {
|
|
QUOT_API_URL: string;
|
|
};
|
|
}
|