chore(docs): Generated References (#6351)
Generated the following references: - `file` - `fulfillment` - `inventory` - `js_client` - `medusa` - `medusa_config` - `medusa_react` - `modules` - `notification` - `payment` - `price_selection` - `pricing` - `product` - `services` - `stock_location` - `tax` - `tax_calculation` - `types` - `workflows` Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
co-authored by
Shahed Nasser
parent
e56c440911
commit
1d0a978ffe
@@ -278,8 +278,14 @@ export type RemoteQueryFunction = (
|
||||
) => Promise<any> | null
|
||||
|
||||
export interface IModuleService {
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
__joinerConfig?(): ModuleJoinerConfig
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
__hooks?: {
|
||||
onApplicationStart?: () => Promise<void>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user