Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/michaelshimeles/nextjs-starter-kit
/ OrderItem
Interface
OrderItem
app/dashboard/settings/page.tsx:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
interface OrderItem {
31
label: string;
32
amount: number;
33
}
34
35
interface Order {
36
id: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected