export type InventoryBehavior = (
    "bypass" |
    "decrement_ignoring_policy" |
    "decrement_obeying_policy" |
    string
);