MCPcopy 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

1import axios from 'redaxios'
2
3export class NotFoundError extends Error {}
4
5type PostType = {
6 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected