Interface: CaptureArgsInput<TCtx>
Interface: CaptureArgsInput<TCtx>
Section titled “Interface: CaptureArgsInput<TCtx>”Defined in: server/src/audit/recorder.ts:34
Input passed to the captureArgs callback. Includes both wire and
normalized forms so the developer can inspect either — the hash is
always computed on the normalized (post-Standard-Schema) shape so
defaulted fields end up in the chain.
Type Parameters
Section titled “Type Parameters”TCtx
Properties
Section titled “Properties”mutation
Section titled “mutation”
readonlymutation:string
Defined in: server/src/audit/recorder.ts:35
wireArgs
Section titled “wireArgs”
readonlywireArgs:unknown
Defined in: server/src/audit/recorder.ts:36
normalizedArgs
Section titled “normalizedArgs”
readonlynormalizedArgs:unknown
Defined in: server/src/audit/recorder.ts:37
readonlyctx:TCtx
Defined in: server/src/audit/recorder.ts:38