Record
@algorandfoundation/algorand-typescript
@algorandfoundation/algorand-typescript / index / <internal> / Record
Type Alias: Record<K, T>
Record<
K
,T
>:{ [P in K]: T }
Defined in: node_modules/typescript/lib/lib.es5.d.ts:1606
Construct a type with a set of properties K of type T
Type Parameters
• K extends keyof any
• T