Interface: WireCallStackNode
Defined in: src/audit/encode.ts:21
Wire-form shape of a CallStackNode. Keys are snake_case to
match the gateway's JSON convention; the children field is itself
a recursive WireCallStackNode[].
Optional fields are omitted from the encoded payload when undefined
rather than emitted as null, so a decoded round-trip yields the
original undefined (not null).
Properties
children?
optionalchildren?:WireCallStackNode[]
Defined in: src/audit/encode.ts:26
id
id:
string
Defined in: src/audit/encode.ts:22
kind
kind:
string
Defined in: src/audit/encode.ts:23
label
label:
string
Defined in: src/audit/encode.ts:24
latency_ms?
optionallatency_ms?:number
Defined in: src/audit/encode.ts:25