MCPcopy
hub / github.com/callstack/agent-device / ProductDraft

Interface ProductDraft

examples/test-app/src/lab-state.tsx:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16};
17
18interface ProductDraft {
19 note: string;
20 quantity: number;
21}
22
23interface LabStateContextValue {
24 activeCategory: ProductCategory;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected