7 lines
99 B
TypeScript
7 lines
99 B
TypeScript
interface ImportMeta {
|
|
env: {
|
|
APP_URL: string;
|
|
[key: string]: string;
|
|
};
|
|
}
|