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