Reference
ServerActionRegistry
Registry mapping server action keys to handlers.
Signature
type ServerActionRegistry = Record<string, ServerAction | ServerActionDescriptor>Reference
Registry mapping server action keys to handlers.
type ServerActionRegistry = Record<string, ServerAction | ServerActionDescriptor>