chore(medusa,orchestration,link-modules,modules-sdk): internal services as modules (#4925)

This commit is contained in:
Carlos R. L. Rodrigues
2023-09-04 11:36:05 -03:00
committed by GitHub
parent 85fa90d9c6
commit a4906d0ac0
15 changed files with 348 additions and 110 deletions
+1
View File
@@ -60,6 +60,7 @@ export interface RemoteNestedExpands {
export interface RemoteExpandProperty {
property: string
parent: string
parentConfig?: JoinerServiceConfig
serviceConfig: JoinerServiceConfig
fields: string[]
args?: JoinerArgument[]