Skip to content

actaro-sdk


actaro-sdk / JsonValue

Type Alias: JsonValue

JsonValue = JsonPrimitive | JsonValue[] | {[key: string]: JsonValue; }

Defined in: types.ts:5

Released under the MIT License.