felixSchl / photoshop.d.ts

Typescript declaration files and generator for the Photoshop javascript API
Other
78 stars 9 forks source link

Change return type #20

Closed qinqinghai closed 5 years ago

qinqinghai commented 5 years ago

Change return type of duplicate (interface ArtLayer) from void to ArtLayer Change return type of activeLayer (interface Document) from ArtLayer to ArtLayer | LayerSet

felixSchl commented 5 years ago

Seems sensible