Setup: Given some typescript code like:
type ObjectList = { [index: string]: string; }; function makeList(input: ObjectList | string | num