agents-js-oasst / src /app.d.ts
nsarrazin's picture
nsarrazin HF staff
latest updates
a6da340
raw
history blame
No virus
298 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 {};
export type Data = undefined | Blob | string;