export interface InventoryBinding { key: string; name: string; bindings: FdoInventoryBinding[]; }