oak-pay-business/es/aspects/index.js

8 lines
191 B
JavaScript

import { getWithdrawCreateData } from './withdraw';
import { getMpShipState } from './ship';
const aspectDict = {
getMpShipState,
getWithdrawCreateData,
};
export default aspectDict;