@commercetools/sync-actions
Version:
Build API update actions for the commercetools platform.
5 lines (4 loc) • 314 B
TypeScript
import type { SyncAction, ActionGroup, SyncActionConfig, Zone, ZoneUpdateAction } from '../utils/types';
export declare const actionGroups: string[];
declare const _default: (actionGroupList?: Array<ActionGroup>, syncActionConfig?: SyncActionConfig) => SyncAction<Zone, ZoneUpdateAction>;
export default _default;