add more docs, fix minor bug on dialog registration

This commit is contained in:
lxsang
2020-06-15 18:10:13 +02:00
parent 218f6142c6
commit 977bf0c62f
7 changed files with 400 additions and 76 deletions

View File

@ -85,7 +85,7 @@ namespace OS {
*/
export interface RequestResult {
/**
* Indicate whether an the response is error
* Indicate whether the response is error
*
* @type {(boolean | string)}
* @memberof RequestResult