MCPcopy Create free account
hub / github.com/PartPilotLab/PartPilot / ScannerPartState

Interface ScannerPartState

app/dashboardPage.tsx:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 return { pm: "", qty: 0, pc: "", error: true };
63}
64export interface ScannerPartState {
65 pbn?: string;
66 on?: string;
67 pc: string; //LCSC Product Code
68 pm: string; //Manufacturer Product Number
69 qty: number; //Quantity
70 pdi?: string;
71 error?: boolean;
72}
73type Operations = ">" | "<" | "=" | "<=" | ">=";
74
75export interface FilterState {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected