UNPKG

@bbc/timeline-state-resolver-types

Version:
22 lines 749 B
/** * 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 interface SingularLiveOptions { accessToken: string; } export interface MappingSingularLiveComposition { compositionName: string; mappingType: MappingSingularLiveType.Composition; } export declare enum MappingSingularLiveType { Composition = "composition" } export type SomeMappingSingularLive = MappingSingularLiveComposition; export interface SingularLiveDeviceTypes { Options: SingularLiveOptions; Mappings: SomeMappingSingularLive; Actions: null; } //# sourceMappingURL=singularLive.d.ts.map