@orangecheck/lock-core / JsonValue
Type Alias: JsonValue
type JsonValue =
| null
| boolean
| number
| string
| JsonValue[]
| {
[key: string]: JsonValue;
};
Defined in: lock-core/src/canonical.ts:11
@orangecheck/lock-core / JsonValue
type JsonValue =
| null
| boolean
| number
| string
| JsonValue[]
| {
[key: string]: JsonValue;
};
Defined in: lock-core/src/canonical.ts:11