@medusajs/utils
Version:
Medusa utilities functions shared by Medusa core and Modules
9 lines • 374 B
TypeScript
import { MessageAggregatorFormat } from "@medusajs/types";
/**
* @internal this decorator is not meant to be used except by the internal team for now
*
* @param options
* @constructor
*/
export declare function EmitEvents(options?: MessageAggregatorFormat): (target: any, propertyKey: string | symbol, descriptor: any) => void;
//# sourceMappingURL=emit-events.d.ts.map