Wrapper for SWR library configuration options with given response shape.
type FetchServicesOptions = TRestApiOptions<{ domain: string, services: string[] }[]>
Type of expected API response.
Generated using TypeDoc
Wrapper for SWR library configuration options with given response shape.