Home > paratype > JsonObject
An object where keys are strings and values are JSON values
Signature:
export interface JsonObject extends Record<string, JsonValue>
Extends: Record<string, JsonValue
Home > paratype > JsonObject
An object where keys are strings and values are JSON values
Signature:
export interface JsonObject extends Record<string, JsonValue>
Extends: Record<string, JsonValue