Skip to content

Type Alias: JsonValue

@termwright/ink


@termwright/ink / JsonValue

JsonValue = string | number | boolean | null | readonly JsonValue[] | {[key: string]: JsonValue; }

Defined in: ink/src/payload.ts:16

A value that survives the crossing to a fixture process.