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

The keys of T which are strings.

Type Parameters

  • T

Generated using TypeDoc