Type Alias StringKey<T>

StringKey<T>: keyof T & string

Key of an object that is also a string.

Type Parameters

  • T