- Preparing search index...
- The search index is not available
TESSA Web API
Type alias FactoryTypeFunction<T>
Factory
Type
Function
<T>: ((context
: Context) => T | Promise<T>)
Type declaration
-
- (context: Context): T | Promise<T>
-
Returns T | Promise<T>