UNPKG

@meanii/tinydb

Version:

tinydb is something, which you can use for as local non-sql database

7 lines 200 B
export declare type TinydbType = { _id?: string; createdAt?: Date; updatedAt?: Date; }; export declare type TinyDBModelType = Object & TinydbType; //# sourceMappingURL=tinydb.type.d.ts.map