Type alias JobResults<T>

JobResults<T>: Promise<{
    [P in keyof T]: HandlerResult<T[P]>
}>

Type Parameters

  • T

Generated using TypeDoc