open-webui / src /app.d.ts
github-actions[bot]
GitHub deploy: eef40050eed552ad0767eeb66ef5f11f40984f7f
910bcaf
raw
history blame
No virus
241 Bytes
// 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 {};