fix: types

This commit is contained in:
Linden
2022-10-02 20:19:35 +11:00
parent 4da4756f7a
commit 0e9ad23fb3
3 changed files with 7 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
---@field duration? number
---@field position? NotificationPosition
---@field type? NotificationType
---@field style? string
---@field style? { [string]: any }
---@field icon? string;
---@field iconColor? string;