Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 450 Bytes

paratype.jsonobject.md

File metadata and controls

15 lines (9 loc) · 450 Bytes

Home > paratype > JsonObject

JsonObject interface

An object where keys are strings and values are JSON values

Signature:

export interface JsonObject extends Record<string, JsonValue> 

Extends: Record<string, JsonValue