```ts /** * doc for `a`,`b`, and `c` here: */ function foo({ a, b, c }:{ a: string, b: number, c: string }){ } ```