UNPKG

@bbc/timeline-state-resolver-types

Version:
58 lines 2.9 kB
/** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and re-run the "tsr-schema-types" tool to regenerate this file. */ export * from './action-schema'; export * from './generic-ptz-actions'; export * from './device-options'; export * from './abstract'; import type { SomeMappingAbstract } from './abstract'; export * from './atem'; import type { SomeMappingAtem } from './atem'; export * from './casparCG'; import type { SomeMappingCasparCG } from './casparCG'; export * from './httpSend'; import type { SomeMappingHttpSend } from './httpSend'; export * from './httpWatcher'; import type { SomeMappingHttpWatcher } from './httpWatcher'; export * from './hyperdeck'; import type { SomeMappingHyperdeck } from './hyperdeck'; export * from './lawo'; import type { SomeMappingLawo } from './lawo'; export * from './multiOsc'; import type { SomeMappingMultiOsc } from './multiOsc'; export * from './obs'; import type { SomeMappingObs } from './obs'; export * from './osc'; import type { SomeMappingOsc } from './osc'; export * from './panasonicPTZ'; import type { SomeMappingPanasonicPTZ } from './panasonicPTZ'; export * from './pharos'; import type { SomeMappingPharos } from './pharos'; export * from './quantel'; import type { SomeMappingQuantel } from './quantel'; export * from './shotoku'; import type { SomeMappingShotoku } from './shotoku'; export * from './singularLive'; import type { SomeMappingSingularLive } from './singularLive'; export * from './sisyfos'; import type { SomeMappingSisyfos } from './sisyfos'; export * from './sofieChef'; import type { SomeMappingSofieChef } from './sofieChef'; export * from './tcpSend'; import type { SomeMappingTcpSend } from './tcpSend'; export * from './telemetrics'; import type { SomeMappingTelemetrics } from './telemetrics'; export * from './tricaster'; import type { SomeMappingTricaster } from './tricaster'; export * from './viscaOverIP'; import type { SomeMappingViscaOverIP } from './viscaOverIP'; export * from './vizMSE'; import type { SomeMappingVizMSE } from './vizMSE'; export * from './vmix'; import type { SomeMappingVmix } from './vmix'; export * from './websocketClient'; import type { SomeMappingWebsocketClient } from './websocketClient'; 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 | SomeMappingWebsocketClient; //# sourceMappingURL=index.d.ts.map