Record
@loginid/websdk3 • Docs
@loginid/websdk3 / Internal Modules / Record
Type Alias: Record<K, T>
Record<
K
,T
>:{ [P in K]: T }
Construct a type with a set of properties K of type T
Type Parameters
• K extends keyof any
• T
@loginid/websdk3 • Docs
@loginid/websdk3 / Internal Modules / Record
Record<
K
,T
>:{ [P in K]: T }
Construct a type with a set of properties K of type T
• K extends keyof any
• T