This is the type that occurs when a developer writes const foo: object = {} since it can no longer have any properties added to it.
const foo: object = {}
Generated using TypeDoc
This is the type that occurs when a developer writes
const foo: object = {}
since it can no longer have any properties added to it.