graycoreio/daffodil

View on GitHub
libs/external-router/driver/magento/src/model/route-response.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { MagentoRoute } from './route';

export interface MagentoRouteResponse {
  route: MagentoRoute;
}