feat(medusa, modules-sdk, types, utils): Re work modules loading and remove legacy functions (#5496)
This commit is contained in:
committed by
GitHub
parent
ca411e54eb
commit
154c9b43bd
@@ -53,9 +53,7 @@ export type ConfigModule = {
|
||||
featureFlags: Record<string, boolean | string>
|
||||
modules?: Record<
|
||||
string,
|
||||
| false
|
||||
| string
|
||||
| Partial<InternalModuleDeclaration | ExternalModuleDeclaration>
|
||||
boolean | Partial<InternalModuleDeclaration | ExternalModuleDeclaration>
|
||||
>
|
||||
plugins: (
|
||||
| {
|
||||
|
||||
@@ -23,7 +23,7 @@ export type JoinerRelationship = {
|
||||
}
|
||||
|
||||
export interface JoinerServiceConfigAlias {
|
||||
name: string
|
||||
name: string | string[]
|
||||
/**
|
||||
* Extra arguments to pass to the remoteFetchData callback
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user