inference-api / src /app.d.ts
enzostvs's picture
enzostvs HF staff
migration in svelte
de2d4cd
raw
history blame
No virus
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 {};