mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Fix test build post-LKG (#48403)
This commit is contained in:
@@ -271,7 +271,7 @@ fn5();
|
||||
});
|
||||
}
|
||||
|
||||
interface Action<Req = protocol.Request, Response = {}> {
|
||||
interface Action<Req = protocol.Request, Response = unknown> {
|
||||
reqName: string;
|
||||
request: Partial<Req>;
|
||||
expectedResponse: Response;
|
||||
|
||||
Reference in New Issue
Block a user