microservices/gameboard-service/src/app.d.ts

16 lines
291 B
TypeScript
Raw Normal View History

2025-04-22 11:59:50 -07:00
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
import "unplugin-icons/types/svelte";
declare global {
namespace App {
// interface Error {}
// interface Locals {}
// interface PageData {}
// interface Platform {}
}
}
export {};