diff --git a/js/common/grids.d.ts b/js/common/grids.d.ts index 512ad854c630..103dad767221 100644 --- a/js/common/grids.d.ts +++ b/js/common/grids.d.ts @@ -2746,7 +2746,7 @@ export type RowInsertingInfo = { data: TRowData; /** * @docid - * @type Promise + * @type boolean|Promise|Promise */ cancel: boolean | PromiseLike | PromiseLike; }; @@ -2793,7 +2793,7 @@ export interface RowRemovingInfo { readonly key: TKey; /** * @docid - * @type boolean|Promise + * @type boolean|Promise|Promise */ cancel: boolean | PromiseLike | PromiseLike; } @@ -2835,7 +2835,7 @@ export interface RowUpdatingInfo { readonly key: TKey; /** * @docid - * @type boolean|Promise + * @type boolean|Promise|Promise */ cancel: boolean | PromiseLike | PromiseLike; }