Skip to content

fx-flow v0.7.0 / types / 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

Source

node_modules/.pnpm/typescript@5.4.5/node_modules/typescript/lib/lib.es5.d.ts:1606

Released under the MIT License.