open-webui-503 / src /app.d.ts
github-actions[bot]
GitHub deploy: d9fb97119687f8baec26fbb2a484c3a2e8984e31
577b6ac
raw
history blame contribute delete
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 {};