@medusajs/utils
Version:
Medusa utilities functions shared by Medusa core and Modules
14 lines • 418 B
TypeScript
export declare const NotificationEvents: {
NOTIFICATION_CREATED: "notification.created";
} & {
NOTIFICATION_UPDATED: "notification.updated";
} & {
NOTIFICATION_DELETED: "notification.deleted";
} & {
NOTIFICATION_RESTORED: "notification.restored";
} & {
NOTIFICATION_ATTACHED: "notification.attached";
} & {
NOTIFICATION_DETACHED: "notification.detached";
};
//# sourceMappingURL=events.d.ts.map