Extract parameter types as a tuple.
Parameters<typeof log>[0]
function log(msg: string) {} type FirstArg = any; // TODO