Files
billai/web/src/app.d.ts
2026-01-26 16:24:39 +08:00

17 lines
338 B
TypeScript

// See https://svelte.dev/docs/kit/types#app.d.ts
// for information about these interfaces
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface PageState {}
// interface Platform {}
}
// Vite 注入的全局变量
const __APP_VERSION__: string;
}
export {};