Skip to content
On this page

AthenaShared.utility.extractStringKeys.Internal ​

Type Aliases ​

Extract ​

Ƭ Extract<T, U>: T extends U ? T : never

Extract from T those types that are assignable to U

Type parameters ​

Name
T
U

Defined in ​

../../node_modules/typescript/lib/lib.es5.d.ts:1571


Record ​

Ƭ Record<K, T>:

Construct a type with a set of properties K of type T

Type parameters ​

NameType
Kextends keyof any
TT

Defined in ​

../../node_modules/typescript/lib/lib.es5.d.ts:1559

Created by Stuyk | Est. 2020