@kentico/xperience-admin-base 30.8.3 → 30.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/entry.d.ts CHANGED
@@ -511,6 +511,7 @@ declare interface NotificationMessage {
511
511
  readonly message: string;
512
512
  readonly type: NotificationMessageType;
513
513
  readonly messageAsHtml?: boolean;
514
+ readonly autoHide?: boolean;
514
515
  }
515
516
 
516
517
  declare enum NotificationMessageType {