Skip to content

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.

TCtx

readonly mutation: string

Defined in: server/src/audit/recorder.ts:35


readonly wireArgs: unknown

Defined in: server/src/audit/recorder.ts:36


readonly normalizedArgs: unknown

Defined in: server/src/audit/recorder.ts:37


readonly ctx: TCtx

Defined in: server/src/audit/recorder.ts:38