mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Fix test build post-LKG (#48403)
This commit is contained in:
parent
4fdc4fd6b6
commit
8907d7a675
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user