Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/router
/
Class
examples/react/basic-non-nested-devtools/src/posts.ts:3–3 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
axios from
'redaxios'
2
3
export
class
NotFoundError extends Error {}
4
5
type
PostType = {
6
id: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected