src/subscribers/store-approved.ts
Reference
Event reference
Events emitted by the Store domain, for subscribers and side effects.
The Store domain emits events as stores and members change. Subscribe to them to
run side effects such as sending notifications, syncing external systems, or
kicking off follow-up workflows, instead of polling.