UNPKG

@commercetools/sync-actions

Version:

Build API update actions for the commercetools platform.

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