bknd
Version:
Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.
20 lines (19 loc) • 811 B
TypeScript
declare const registries: {
readonly media: import("../core/registry/Registry").Registry<{
cls: import("../core/registry/Registry").Constructor<import("..").StorageAdapter> & {
prototype: import("..").StorageAdapter;
};
schema: import("jsonv-ts").Schema;
}, Record<string, {
cls: import("../core/registry/Registry").Constructor<import("..").StorageAdapter> & {
prototype: import("..").StorageAdapter;
};
schema: import("jsonv-ts").Schema;
}>, import("../core/registry/Registry").RegisterFn<{
cls: import("../core/registry/Registry").Constructor<import("..").StorageAdapter> & {
prototype: import("..").StorageAdapter;
};
schema: import("jsonv-ts").Schema;
}>>;
};
export { registries };