mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-14 08:53:49 +00:00
13 lines
241 B
TypeScript
13 lines
241 B
TypeScript
|
// See https://kit.svelte.dev/docs/types#app
|
||
|
// for information about these interfaces
|
||
|
declare global {
|
||
|
namespace App {
|
||
|
// interface Error {}
|
||
|
// interface Locals {}
|
||
|
// interface PageData {}
|
||
|
// interface Platform {}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
export {};
|