export interface GetOrderHistoryByOrderIdRequest {
    OrderId: number;
}
