@heyframe-ag/meteor-admin-sdk
Version:
The Meteor SDK for the HeyFrame Administration.
6 lines (5 loc) • 309 B
TypeScript
import type { HeyFrameMessageTypes } 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 HeyFrameMessageTypes, origin?: string): unknown;