index.ts 182 B

12345
  1. export {
  2. GET_ORDER_DETAILS
  3. } from "./GetOrderDetails";
  4. export {GET_CUSTOMER_ADDRESS} from "./GetCustomerAddress";
  5. export { GET_CUSTOMER_PROFILE } from "./GetCustomerInformation";