Skip to content
On this page

AthenaShared.utility.extractStringKeys ​

Modules ​

Type Aliases ​

ExtractStringKeys ​

Ƭ ExtractStringKeys<TInterface>: keyof { [K in keyof TInterface as Extract<K, string>]: TInterface[K] }

Type parameters ​

NameType
TInterfaceextends Record<any, any>

Defined in ​

shared/utility/extractStringKeys.ts:1

Created by Stuyk | Est. 2020