Keyof

Type Extract

Keyof<T> is the same as keyof T except it only accepts string keys, not numbers or symbols.

Sources

This information about Keyof is provided for reference only and is not available through exported packages and thus should not be imported or used on its own.

Inheritance

Keyof does not extend any other symbol.

Keyof is not extended by any other symbol.

Properties

Keyof does not have any properties.