Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
18 lines
1014 B
Plaintext
18 lines
1014 B
Plaintext
---
|
|
displayed_sidebar: authReference
|
|
---
|
|
|
|
import { TypeList } from "docs-ui"
|
|
|
|
# IModuleService
|
|
|
|
## Properties
|
|
|
|
- [\_\_hooks](page.mdx#__hooks)
|
|
|
|
## Methods
|
|
|
|
- [\_\_joinerConfig](../../IModuleService/methods/auth.IModuleService.__joinerConfig/page.mdx)
|
|
|
|
<TypeList types={[{"name":"__hooks","type":"`object`","description":"","optional":true,"defaultValue":"","expandable":false,"children":[{"name":"onApplicationStart","type":"() => Promise<void>","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"onApplicationShutdown","type":"() => Promise<void>","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"onApplicationPrepareShutdown","type":"() => Promise<void>","description":"","optional":true,"defaultValue":"","expandable":false,"children":[]}]}]} expandUrl="https://docs.medusajs.com/v2/advanced-development/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="IModuleService"/>
|