3d-arena / viewer /src /app.d.ts
dylanebert's picture
dylanebert HF staff
formatting
3b7903d
raw
history blame
271 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 {};