Skip to main content

Type Alias: ReadonlyJSONObject

ReadonlyJSONObject = object

Like JSONObject but deeply readonly

Index Signature

[key: string]: undefined | ReadonlyJSONValue