timeline-state-resolver-types
Version:
Have timeline, control stuff
55 lines • 2.62 kB
TypeScript
/**
* 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 * from './action-schema';
export * from './generic-ptz-actions';
export * from './abstract';
import { SomeMappingAbstract } from './abstract';
export * from './atem';
import { SomeMappingAtem } from './atem';
export * from './casparCG';
import { SomeMappingCasparCG } from './casparCG';
export * from './httpSend';
import { SomeMappingHttpSend } from './httpSend';
export * from './httpWatcher';
import { SomeMappingHttpWatcher } from './httpWatcher';
export * from './hyperdeck';
import { SomeMappingHyperdeck } from './hyperdeck';
export * from './lawo';
import { SomeMappingLawo } from './lawo';
export * from './multiOsc';
import { SomeMappingMultiOsc } from './multiOsc';
export * from './obs';
import { SomeMappingObs } from './obs';
export * from './osc';
import { SomeMappingOsc } from './osc';
export * from './panasonicPTZ';
import { SomeMappingPanasonicPTZ } from './panasonicPTZ';
export * from './pharos';
import { SomeMappingPharos } from './pharos';
export * from './quantel';
import { SomeMappingQuantel } from './quantel';
export * from './shotoku';
import { SomeMappingShotoku } from './shotoku';
export * from './singularLive';
import { SomeMappingSingularLive } from './singularLive';
export * from './sisyfos';
import { SomeMappingSisyfos } from './sisyfos';
export * from './sofieChef';
import { SomeMappingSofieChef } from './sofieChef';
export * from './tcpSend';
import { SomeMappingTcpSend } from './tcpSend';
export * from './telemetrics';
import { SomeMappingTelemetrics } from './telemetrics';
export * from './tricaster';
import { SomeMappingTricaster } from './tricaster';
export * from './viscaOverIP';
import { SomeMappingViscaOverIP } from './viscaOverIP';
export * from './vizMSE';
import { SomeMappingVizMSE } from './vizMSE';
export * from './vmix';
import { SomeMappingVmix } from './vmix';
export type TSRMappingOptions = SomeMappingAbstract | SomeMappingAtem | SomeMappingCasparCG | SomeMappingHttpSend | SomeMappingHttpWatcher | SomeMappingHyperdeck | SomeMappingLawo | SomeMappingMultiOsc | SomeMappingObs | SomeMappingOsc | SomeMappingPanasonicPTZ | SomeMappingPharos | SomeMappingQuantel | SomeMappingShotoku | SomeMappingSingularLive | SomeMappingSisyfos | SomeMappingSofieChef | SomeMappingTcpSend | SomeMappingTelemetrics | SomeMappingTricaster | SomeMappingViscaOverIP | SomeMappingVizMSE | SomeMappingVmix;
//# sourceMappingURL=index.d.ts.map