Skip to content

Fix typescript definition of setProtectionData method

Vinay Rosenberg requested to merge github/fork/mzyy94/patch-1 into development

Created by: mzyy94

The method setProtectionData() only accepts ProtectionData type in TypeScript. But it's wrong type. Actually, an object with a value of ProtectionData instance is correct. Fixed it.

Merge request reports