ZenFG TypeScript API / snapshot / root / JsonValue
Type Alias: JsonValue
JsonValue =
JsonPrimitive|JsonValue[] | {[key:string]:JsonValue; }
Defined in: packages/snapshot/src/types.ts:9
Recursively JSON-compatible data accepted by Snapshot extensions.