import { ProgressAction } from './progressAction';
export interface ReserveInventoryProgressAction extends ProgressAction {
}
