Strips unspecified properties like [x: string]: unknown from Record types.
[x: string]: unknown
Record
The Record type.
The Record type with only specified properties.
Strips unspecified properties like
[x: string]: unknown
fromRecord
types.