ContextScope
Signature
export type ContextScope = <T>(context: ContextScopeContext, run: () => Awaitable<T>) => Awaitable<T>;Members
This export does not declare public properties or methods in the generated declaration file.
export type ContextScope = <T>(context: ContextScopeContext, run: () => Awaitable<T>) => Awaitable<T>;This export does not declare public properties or methods in the generated declaration file.