XYOracleNetwork/clients

View on GitHub
packages/modules-mongo/src/Mongo/Indexes/IndexCreationInfo.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { CreateIndexesOptions, IndexSpecification } from 'mongodb'

export type IndexCreationInfo = [string, IndexSpecification, CreateIndexesOptions]