UNPKG

iridium

Version:

A custom lightweight ORM for MongoDB designed for power-users

9 lines (8 loc) 205 B
import * as MongoDB from "mongodb"; export interface Index { spec: IndexSpecification; options?: MongoDB.IndexOptions; } export interface IndexSpecification { [key: string]: number | string; }