RuntimeSourceA small utility to raise issues with SSR
Mostly used internally by the ppxes
Exception to throw when operations aren't meant to be running on native, mostly used by browser_ppx or ReactDOM
Type for server actions contract.
The 'callback function must to be uncurried as we don't know the amount of arguments.
id: Server Function ID, this will be used on server onlycall: The Server function implementationE.g. React.server_function(. ~name: string, ~age: int) => Js.Promise.t(string)