StartResult<S>: S extends ((...args) => Promise<infer U>)
    ? U
    : ReturnType<S>

Type Parameters

  • S

Generated using TypeDoc