Interface IDataAlertUpdate

interface IDataAlertUpdate {
    path: "name" | "description" | "ownerId" | "ownerName" | "conditionId" | "enabledAction" | "bookmarkId" | "throttling" | "triggerType" | "scheduleOptions";
    value: object;
}

Properties

Properties

path: "name" | "description" | "ownerId" | "ownerName" | "conditionId" | "enabledAction" | "bookmarkId" | "throttling" | "triggerType" | "scheduleOptions"
value: object