Type Alias: JsonValue
@termwright/ink / JsonValue
Type Alias: JsonValue
Section titled “Type Alias: JsonValue”JsonValue =
string|number|boolean|null| readonlyJsonValue[] | {[key:string]:JsonValue; }
Defined in: ink/src/payload.ts:16
A value that survives the crossing to a fixture process.