Variable NotificationTypeConst
NotificationType: {
ERROR: "error";
INFO: "info";
QUIET: "quiet";
SUCCESS: "success";
WARNING: "warning";
} = ...
Type Declaration
ReadonlyERROR: "error"
ReadonlyINFO: "info"
ReadonlyQUIET: "quiet"
ReadonlySUCCESS: "success"
ReadonlyWARNING: "warning"