6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
|
import * as plugins from '../plugins.js';
|
||
|
|
||
|
interface IReverseProxyConfig extends plugins.tsclass.network.IReverseProxyConfig {}
|
||
|
|
||
|
export { type IReverseProxyConfig };
|