CoolFace
Apppublic

beea/open-webui

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
app.d.ts13 linesDownload Raw Back to src
1// See https://kit.svelte.dev/docs/types#app2// for information about these interfaces3declare global {4	namespace App {5		// interface Error {}6		// interface Locals {}7		// interface PageData {}8		// interface Platform {}9	}10}11 12export {};13