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