MCPcopy
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
30interface OrderItem {
31 label: string;
32 amount: number;
33}
34
35interface Order {
36 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected