Type alias KeyOf<T>

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

Type Parameters

  • T