remix/spa · InterfaceView SourceRouter Summary Minimal router contract used by run. Signature interface Router { fetch(input: string | URL | Request, init: RequestInit): Promise<Response> } Copy code to clipboard