docsforadobe / Types-for-Adobe

TypeScript types for Adobe: AfterEffects, Animate, Audition, Illustrator, InDesign, Photoshop, Premiere, ScriptUI.
517 stars 124 forks source link

Premiere: Incorrect Return Type for Sequence.clone() #122

Open galaddirie opened 5 months ago

galaddirie commented 5 months ago

Currently Sequence.clone() is typed to return a Sequence when it actually returns a boolean

The current type definitions incorrectly indicate that Sequence.clone() returns a Sequence object.

the ppro scripting documentation has the correct type: Sequence.clone() documentation