open-webui / src /app.d.ts
github-actions[bot]
GitHub deploy: cc996739067e147423da883a962c8a2b536375c1
799010c
// 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 {};