Record
[<Interface>]
type Record<'Key, 'Value> =
abstract member Item ('Key) : 'Value with get, set| Assembly | Xantham.Fable.Core |
A TypeScript index signature ({ [key: K]: V }): a value read and written through Item compiles to the same property access an index signature's own type would.