```ts interface Foo { hello: string; world: boolean; } type Yadda = Record<keyof Foo, any>["/**/"]; ``` Request completions at `/**/`. **Expected**: `foo`, `bar` **Actual**: No completions