Skip to content

Commit 025df2e

Browse files
committed
refactor(MongoBinary): remove unused interface "MongoBinaryCache"
1 parent 540180a commit 025df2e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/mongodb-memory-server-core/src/util/MongoBinary.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ import { spawnSync } from 'child_process';
1212

1313
const log = debug('MongoMS:MongoBinary');
1414

15-
export interface MongoBinaryCache {
16-
[version: string]: string;
17-
}
18-
1915
export interface MongoBinaryOpts {
2016
version?: string;
2117
downloadDir?: string;

0 commit comments

Comments
 (0)