Type Alias KeyOf<T>

KeyOf<T>: Extract<keyof T, string>

An alias for the commonly needed Extract<keyof T, string>.

Type Parameters

  • T