import type { FdoInventoryBinding } from "@feedmepos/core/entity"; export interface InventoryBinding { key: string; name: string; bindings: FdoInventoryBinding[]; }