IndexDescriptionInfo | mongodb (original) (raw)
IndexDescriptionInfo: Omit<IndexDescription, "key" | "version"> & {
key: {
[key: string]: IndexDirection;
};
v?: IndexDescription["version"];
} & Document
IndexDescriptionInfo: Omit<IndexDescription, "key" | "version"> & {
key: {
[key: string]: IndexDirection;
};
v?: IndexDescription["version"];
} & Document