MCPcopy
hub / github.com/michaelshimeles/nextjs-starter-kit / OrdersResponse

Interface OrdersResponse

app/dashboard/settings/page.tsx:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51interface OrdersResponse {
52 result: {
53 items: Order[];
54 };
55}
56
57function SettingsContent() {
58 const [user, setUser] = useState<User | null>(null);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected