@joergmittaglawo/dmvconfig
Version:
DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.
15 lines • 397 B
TypeScript
/**
* Finds and loads the Nodes Configuration
* @packageDocumentation
*
* @version 0.0.0-alpha.0
* @date 2020-04-15
* @author Mittag, Jörg (Lawo) <joerg.mittag@lawo.com>
* @license SPDX-License-Identifier: MIT
*/
/**
* The Nodes configuration
*/
export declare const NODES_CONF: import('../../config/config/nodes').default;
export default NODES_CONF;
//# sourceMappingURL=nodes.d.ts.map