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