mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-01-03 05:10:13 -05:00
11 lines
309 B
TypeScript
11 lines
309 B
TypeScript
/// <reference types="vite/client" />
|
|
/// <reference types="vite-plugin-svgr/client" />
|
|
declare module ViteEnv {
|
|
interface ImportMetaEnv {
|
|
VITE_NR_ACCOUNT_ID: string;
|
|
VITE_NR_TRUST_KEY: string;
|
|
VITE_NR_AGENT_ID: string;
|
|
VITE_NR_LICENSE_KEY: string;
|
|
VITE_NR_APPLICATION_ID: string;
|
|
}
|
|
}
|