UNPKG

@joergmittaglawo/dmvconfig

Version:

DMV Configuration scripts for Lawo V__matrix Distributed Multiviewers.

18 lines 475 B
/** * Runs the Towel cleanup * @packageDocumentation * * @version 0.0.0-alpha.0 * @date 2020-10-13 * @author Mittag, Jörg (Lawo) <joerg.mittag@lawo.com> * @license SPDX-License-Identifier: MIT */ import type { DMVConfig } from '../conf'; /** * Runs the Towel cleanup * * @param config The DMV Configuration */ export declare const runTowelCleanupAll: (config: DMVConfig) => Promise<void[]>; export default runTowelCleanupAll; //# sourceMappingURL=towels.d.ts.map