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