Skip to content

Commit 4ef5093

Browse files
committed
Eliminate another any.
1 parent b8be756 commit 4ef5093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/GetCommands.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface ICommand {
1818
* RequestType sent over to PSES.
1919
* Expects: ICommand to be returned
2020
*/
21-
export const GetCommandRequestType = new RequestType<string, any, void, void>("powerShell/getCommand");
21+
export const GetCommandRequestType = new RequestType<string, ICommand[], void, void>("powerShell/getCommand");
2222

2323
/**
2424
* A PowerShell Command listing feature. Implements a treeview control.

0 commit comments

Comments
 (0)