import { BaseServiceParameters } from "./baseService";
type OrderServiceParameters = BaseServiceParameters;
export { OrderServiceParameters };
