``` TypeScript declare function f(a: {x: number; }): void; f({ | // <- completions here should show "x" }); ```