A function signature compatible with the native fetch API.
This type alias represents any function that conforms to the standard fetch signature, accepting a RequestInfo | URL input and optional RequestInit, returning a Promise<Response>.
fetch
RequestInfo | URL
RequestInit
Promise<Response>
A function signature compatible with the native fetch API.