Fix test build post-LKG (#48403)

This commit is contained in:
Wesley Wigham 2022-03-24 12:55:27 -07:00 committed by GitHub
parent 4fdc4fd6b6
commit 8907d7a675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;