Press n or j to go to the next uncovered block, b, p or k for the previous block.
import app from './v1'; export default { fetch: app.fetch, }; // Re-export types for the client export type { SuperAgentsRoute } from './v1';