microservices/gameboard-service/src/app.d.ts
2025-04-22 11:59:50 -07:00

15 lines
291 B
TypeScript

// 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 {};