export interface VariantInventory { QuantityAvailable?: number; readonly LastUpdated?: string; }