mirror of
https://github.com/open-webui/open-webui
synced 2024-11-07 17:19:53 +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 {};
|