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