UNPKG

@narodb/naro

Version:

A simple, fast, and lightweight NoSQL database

9 lines 245 B
import { Query } from "./Query.interface"; import { Limit } from "./Limit.type"; export interface Options { filters?: Query[]; limit?: Limit; populate?: string[]; offset?: number; } //# sourceMappingURL=Options.interface.d.ts.map