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 ​
| Name | Type | 
|---|---|
K | extends keyof any | 
T | T | 
Defined in ​
../../node_modules/typescript/lib/lib.es5.d.ts:1559
V5 Docs