From T, pick a set of properties whose keys are in the union K

interface AutocompleteFocusedOption {
    focused: true;
    name: string;
    type: String | Integer | Number;
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

focused: true
name: string
value: string