Currently, the functions defined in mturk.ts have parameter types, but don't define return types. Putting these in place will help us think through our API definition and ensure that we are using functions properly as we go forward.
Lets start by typing the following functions and get tests set up for them:
Currently, the functions defined in
mturk.ts
have parameter types, but don't define return types. Putting these in place will help us think through our API definition and ensure that we are using functions properly as we go forward.Lets start by typing the following functions and get tests set up for them:
Resources: