Empty record (object).
This is a type alias for an empty readonly record. Accessing properties gives undefined.
undefined
const emptyRecord: EmptyRecord = {}; Copy
const emptyRecord: EmptyRecord = {};
ReadOnlyRecord
Empty record (object).
Remarks
This is a type alias for an empty readonly record. Accessing properties gives
undefined
.Example
See
ReadOnlyRecord