mirror of https://github.com/abpframework/abp.git
2 changed files with 6 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
import { ApiDefinition } from './api-definition'; |
|||
|
|||
export interface ProxyConfig extends ApiDefinition { |
|||
generated: string[]; |
|||
} |
|||
Loading…
Reference in new issue