20 lines
439 B
Plaintext
20 lines
439 B
Plaintext
import InviteEvents from "./_content/invite.mdx"
|
|
import UserEvents from "./_content/user.mdx"
|
|
|
|
export const metadata = {
|
|
title: `User Module Events Reference`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
This reference shows all the events emitted by the Medusa application related to the User Module. If you use the module outside the Medusa application, these events aren't emitted.
|
|
|
|
## Invite Events
|
|
|
|
<InviteEvents />
|
|
|
|
---
|
|
|
|
## User Events
|
|
|
|
<UserEvents /> |