export * from './client' import { StoreAPI } from '../store-api' import { action } from './platform-action' import * as APIS from './apis' StoreAPI.registerPlatform('lazada', action, APIS)