ReadonlyRecord
[<Interface>]
type ReadonlyRecord<'Key, 'Value> =
abstract member Item ('Key) : 'Value| Assembly | Xantham.Fable.Core |
A readonly TypeScript index signature ({ readonly [key: K]: V }): the same shape as Record{Key,Value}, without the setter a readonly index signature never gave it.