Skip to content

Commit

Permalink
chore: use type
Browse files Browse the repository at this point in the history
  • Loading branch information
erha19 committed Apr 14, 2022
1 parent aa250a7 commit 1f550f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connection/src/common/proxy.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MessageConnection } from '@opensumi/vscode-jsonrpc/lib/common/connection';
import type { MessageConnection } from '@opensumi/vscode-jsonrpc/lib/common/connection';

export abstract class RPCService<T = any> {
rpcClient?: T[];
Expand Down

0 comments on commit 1f550f0

Please sign in to comment.