UNPKG

timeline-state-resolver

Version:
10 lines 391 B
/// <reference types="node" /> import { ViscaCommand } from '../abstractCommand'; import { PresetOperation } from '../../enums'; export declare class PresetCommand extends ViscaCommand { private readonly operation; private readonly memoryNumber; constructor(operation: PresetOperation, memoryNumber: number); serialize(): Buffer; } //# sourceMappingURL=presetCommand.d.ts.map