Reference

ServerActionReplayStore

Store used to atomically reject replayed server action nonces.

Signature

interface ServerActionReplayStore

Members

function claim(value: string): ServerActionReplayClaim | Promise<ServerActionReplayClaim>