UNPKG

@narodb/naro

Version:

A simple, fast, and lightweight NoSQL database

7 lines 171 B
export interface NaroDocument { id: string; createdAt: number; path: string; [key: string]: unknown; } //# sourceMappingURL=NaroDocument.interface.d.ts.map