UNPKG

@commercetools/sync-actions

Version:

Build API update actions for the commercetools platform.

5 lines (4 loc) 309 B
import type { SyncAction, ActionGroup, SyncActionConfig, StoreUpdateAction, Store } from '../utils/types'; export declare const actionGroups: string[]; declare const _default: (actionGroupList?: Array<ActionGroup>, options?: SyncActionConfig) => SyncAction<Store, StoreUpdateAction>; export default _default;