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