Overview
useFetchManyRules returns a callable function that fetches all community rules for a space. Rules are publicly readable — no authentication is required.
Usage Example
Parameters
string
required
UUID of the space whose rules to fetch.
Returns
Rule[]
Array of rule objects ordered by their
order field.number
Total number of rules.

