dsec-notebook/src/app.d.ts
2026-08-31 23:01:27 +08:00

11 lines
174 B
TypeScript

/// <reference types="vite-plugin-pwa/client" />
export {};
declare global {
namespace App {
interface PageData {}
interface PageState {}
interface Platform {}
}
}