UNPKG

timeline-state-resolver-types

Version:
27 lines 769 B
/** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run "yarn generate-schema-types" to regenerate this file. */ export interface MultiOSCOptions { connections: { connectionId: string; host: string; port: number; type: MultiOSCDeviceType; }[]; timeBetweenCommands: number; } export declare enum MultiOSCDeviceType { TCP = "tcp", UDP = "udp" } export interface MappingMultiOscLayer { connectionId: string; mappingType: MappingMultiOscType.Layer; } export declare enum MappingMultiOscType { Layer = "layer" } export type SomeMappingMultiOsc = MappingMultiOscLayer; //# sourceMappingURL=multiOsc.d.ts.map