Type alias IndexSpecification

IndexSpecification: OneOrMore<string | [string, IndexDirection] | {
    [key: string]: IndexDirection;
} | Map<string, IndexDirection>>

Generated using TypeDoc