UNPKG

@shopware-ag/meteor-admin-sdk

Version:

The Meteor SDK for the Shopware Administration.

6 lines (5 loc) 309 B
import type { ShopwareMessageTypes } from '../../message-types'; /** * Selects data from a source object using a list of selectors. */ export declare function selectData(sourceData: Record<string | number, unknown>, selectors?: string[], messageType?: keyof ShopwareMessageTypes, origin?: string): unknown;