Type Alias IndexDescriptionInfo

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

The index information returned by the listIndexes command. /v8.3/reference/command/listIndexes/#mongodb-dbcommand-dbcmd.listIndexes