mirror of https://github.com/abpframework/abp.git
2 changed files with 17 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
export interface GenerateProxySchema { |
||||
|
/** |
||||
|
* Backend module name |
||||
|
*/ |
||||
|
module?: string; |
||||
|
|
||||
|
/** |
||||
|
* Source Angular project for API definition URL & root namespace resolution |
||||
|
*/ |
||||
|
source?: string; |
||||
|
|
||||
|
/** |
||||
|
* Target Angular project to place the generated code |
||||
|
*/ |
||||
|
target?: string; |
||||
|
} |
||||
Loading…
Reference in new issue