digicust_types 1.8.355 → 1.8.356

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,5 +3,5 @@ export interface UploadWidget {
3
3
  form?: string;
4
4
  terms?: string;
5
5
  vendor?: string;
6
- notificationEmails?: string;
6
+ notificationEmails?: string[];
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.355",
3
+ "version": "1.8.356",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",