Changed Array<T> to type[]

Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
Matthew Nickson
2022-04-21 20:02:18 +01:00
parent 9996ba1636
commit 09e61d9d63
5 changed files with 6 additions and 6 deletions

View File

@@ -1475,7 +1475,7 @@ try {
/**
* Update notifications for a given monitor
* @param {number} monitorID ID of monitor to update
* @param {Array<number>} notificationIDList List of new notification
* @param {number[]} notificationIDList List of new notification
* providers to add
* @returns {Promise<void>}
*/