MCPcopy
hub / github.com/ts-rest/ts-rest / Form

Interface Form

apps/example-next/pages/post/new.tsx:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { tsr } from '../../pages-tsr';
5
6interface Form {
7 title: string;
8 description: string;
9 content: string;
10}
11
12export function Index() {
13 const router = useRouter();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected