2023-04-21 22:35:25 +03:00
|
|
|
// See https://kit.svelte.dev/docs/types#app
|
|
|
|
// for information about these interfaces
|
2023-04-23 07:06:52 +03:00
|
|
|
/// <reference types="@sveltejs/kit" />
|
|
|
|
/// <reference types="unplugin-icons/types/svelte" />
|
2023-04-21 22:35:25 +03:00
|
|
|
declare global {
|
|
|
|
namespace App {
|
|
|
|
// interface Error {}
|
|
|
|
// interface Locals {}
|
|
|
|
// interface PageData {}
|
|
|
|
// interface Platform {}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-04-23 07:06:52 +03:00
|
|
|
export { };
|