UNPKG

timeline-state-resolver-types

Version:
6 lines 225 B
import { DeviceType } from '..'; export type TimelineContentAbstractAny = TSRTimelineContentAbstract; export interface TSRTimelineContentAbstract { deviceType: DeviceType.ABSTRACT; } //# sourceMappingURL=abstract.d.ts.map