FactoryTypeFunction<T>: ((context: Context) => T | Promise<T>)

Type Parameters

  • T = unknown

Type declaration

    • (context: Context): T | Promise<T>
    • Parameters

      Returns T | Promise<T>

Generated using TypeDoc