Type Alias: ExecutionContextLike
ExecutionContextLike =
ReturnType<typeofgetExecutionContext>
The AppKit per-request execution context returned by getExecutionContext()
- the OBO-scoped workspace client plus the surrounding request metadata.
Derived from AppKit’s own return type so it tracks the installed version, and
re-exported here so add-on packages can type a context parameter without each
re-deriving the same
ReturnType<typeof getExecutionContext>inline.