Skip to content

Commit ffd8cdd

Browse files
committed
add explain to index for forgotten export warning
1 parent 9d9f7e5 commit ffd8cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export type {
163163
export type { DbPrivate, DbOptions } from './db';
164164
export type { AutoEncryptionOptions, AutoEncryptionLoggerLevels, AutoEncrypter } from './deps';
165165
export type { AnyError, ErrorDescription } from './error';
166-
export type { ExplainOptions, ExplainVerbosity, ExplainVerbosityLike } from './explain';
166+
export type { Explain, ExplainOptions, ExplainVerbosity, ExplainVerbosityLike } from './explain';
167167
export type {
168168
GridFSBucketReadStream,
169169
GridFSBucketReadStreamOptions,

0 commit comments

Comments
 (0)