agents-js-llama / src /app.d.ts
nsarrazin's picture
nsarrazin HF Staff
latest updates
785ee56
raw
history blame contribute delete
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;