Skip to content

Commit ebb3c68

Browse files
committed
just use the type
1 parent 86bb781 commit ebb3c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/snippet-manager/src/snippet-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ async function packBSON(data: any): Promise<Buffer> {
8585

8686
function completeSnippetsCommand(
8787
args: string[],
88-
snippets: SnippetManager['snippets']
88+
snippets: SnippetDescription[]
8989
) {
9090
const plainCommands = [
9191
'update',

0 commit comments

Comments
 (0)