Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
interface ProductDraft {
19
note: string;
20
quantity: number;
21
}
22
23
interface LabStateContextValue {
24
activeCategory: ProductCategory;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected