export interface InventoryRecordAssignment { InventoryRecordID?: string; BuyerID?: string; UserGroupID?: string; }