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