Created by: cincodenada
It does not, as indicated, return an array of Job instances, but of configuration data (as noted in the text).
I'm not sure what the best way to notate this is (perhaps just Promise<Object[]>
?), but Job[]
is not correct.