DispatchSurfaceRequestResult
@gooi/surface-runtime / DispatchSurfaceRequestResult
Type Alias: DispatchSurfaceRequestResult
DispatchSurfaceRequestResult = {
invocationHost:DispatchRequest["invocationHost"];ok:true;request:DispatchRequest;selection:SurfaceDispatchSelection;surfaceId:string;trace:DispatchTraceEnvelope; } | {error:DispatchError;ok:false;trace:DispatchTraceEnvelope; }
Defined in: runtime/surface-runtime/src/dispatch/dispatch-surface-request.ts:20