Reference

ServerActionRegistry

Registry mapping server action keys to handlers.

Signature

type ServerActionRegistry = Record<string, ServerAction | ServerActionDescriptor>