mirror of
https://github.com/dsec-hub/dsec-notebook.git
synced 2026-09-22 07:24:27 +00:00
11 lines
174 B
TypeScript
11 lines
174 B
TypeScript
/// <reference types="vite-plugin-pwa/client" />
|
|
|
|
export {};
|
|
|
|
declare global {
|
|
namespace App {
|
|
interface PageData {}
|
|
interface PageState {}
|
|
interface Platform {}
|
|
}
|
|
}
|