Type Alias StringKeyOf<T>

StringKeyOf: Extract<keyof T, string>

Extract keys from object that are strings

Type Parameters

  • T extends any