4 lines
180 B
TypeScript
4 lines
180 B
TypeScript
import * as CommandModule from "./smartnginx.command";
|
|
export { NginxConfig, NginxZone } from "./smartnginx.classes.nginxconfig";
|
|
export declare let command: typeof CommandModule;
|