docsforadobe / Types-for-Adobe

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

Fix some AE layer type errors #95

Closed jinzhan closed 9 months ago

jinzhan commented 2 years ago

Using Property<TwoDType | ThreeDType> instead of TwoDProperty | ThreeDProperty, because some of the latter's properties types are nerver.

zlovatt commented 2 years ago
zlovatt commented 9 months ago

~Bumping this; could you explain a bit more what this PR solves?~

Edit: this fixes the issue seen in #97 – will merge this in, refine a little, and propagate to all AE versions.