Added description to be available for override

This commit is contained in:
Artsiom Aliakseyenka
2019-03-29 22:58:57 +03:00
committed by Alexander Cerutti
parent e945a74f3e
commit a9f71f113d
2 changed files with 2 additions and 0 deletions

1
index.d.ts vendored
View File

@@ -108,6 +108,7 @@ declare namespace Schema {
interface SupportedOptions {
serialNumber?: string,
description?: string,
userInfo?: Object | any[],
webServiceURL?: string,
authenticationToken?: string,