mirror of https://github.com/abpframework/abp
parent
9c8f752845
commit
012137a485
@ -0,0 +1,5 @@
|
||||
import { ApiDefinition } from './api-definition';
|
||||
|
||||
export interface ProxyConfig extends ApiDefinition {
|
||||
generated: string[];
|
||||
}
|
Loading…
Reference in new issue