@joergmittaglawo/dmvconfig
Version:
DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.
15 lines • 385 B
TypeScript
/**
* Finds and loads the PTP 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 PTP configuration
*/
export declare const PTP_CONF: import('../../config/config/ptp').default;
export default PTP_CONF;
//# sourceMappingURL=ptp.d.ts.map