UNPKG

hydrate-mongodb

Version:
8 lines (5 loc) 141 B
import {IndexOptions} from "./indexOptions"; export interface Index { keys: [string, number | string][]; options?: IndexOptions; }