keyof (TypeScript)

The `keyof` operator produces a union of the property names (keys) of a type. For an object type, `keyof T` is a literal union of all its key strings.