ActionFactoryDeps import type {ActionFactoryDeps} from '@fuzdev/fuz_app/auth/deps.js'; Capabilities for action-spec factories — the "Action caps" shape.
The minimal slice every create_*_actions factory needs: a log for
RPC-internal error logging and the bound audit emitter for
fire-and-forget audit writes. RouteFactoryDeps (and AppDeps)
satisfy it structurally, so consumers pass their fuller deps bundle
straight through.
log
Structured logger instance.
type Logger
audit
Bound audit emitter for fire-and-forget audit writes.
type AuditEmitter