This commit is contained in:
Simon Knott 2025-01-23 15:53:15 +01:00
parent d6bc3cf3af
commit a4d4b5a2a2
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -46,7 +46,7 @@ import { GlobalAPIRequestContext } from '../fetch';
import { MockingProxy } from '../mockingProxy';
import { MockingProxyDispatcher } from './mockingProxyDispatcher';
export class LocalUtilsDispatcher extends Dispatcher<SdkObject, channels.LocalUtilsChannel, RootDispatcher> implements channels.LocalUtilsChannel {
export class LocalUtilsDispatcher extends Dispatcher<{ guid: string }, channels.LocalUtilsChannel, RootDispatcher> implements channels.LocalUtilsChannel {
_type_LocalUtils: boolean;
private _harBackends = new Map<string, HarBackend>();
private _stackSessions = new Map<string, {