This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* eslint-disable max-classes-per-file */ | |
declare namespace DaVinciResolve { | |
type Base64Data = string; /** Property of ThumbnailData type but otherwise undocumented */ | |
type FusionComp = unknown; /** Return or argument type for some TimelineItem methods but otherwise undocumented */ | |
type GalleryStill = unknown; /** Return or argument type for GalleryStillAlbum methods but otherwise undocumented */ | |
type TimelineExportAAFSubType = unknown; /** Probably an enum but undocumented, optional argument for Timeline.Export */ | |
type TimelineExportEDLSubType = unknown; /** Probably an enum but undocumented, optional argument for Timeline.Export */ | |
type TimelineExportSubType = TimelineExportAAFSubType | TimelineExportEDLSubType; | |
type TimelineExportType = unknown; /** Probably an enum but undocumented, argument for Timeline.Export */ |