diff options
Diffstat (limited to 'core/src/OCP/toast.js')
-rw-r--r-- | core/src/OCP/toast.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/OCP/toast.js b/core/src/OCP/toast.js index ae074aabda2..f93344bbc8e 100644 --- a/core/src/OCP/toast.js +++ b/core/src/OCP/toast.js @@ -10,6 +10,8 @@ import { showWarning, } from '@nextcloud/dialogs' +/** @typedef {import('toastify-js')} Toast */ + export default { /** * @deprecated 19.0.0 use `showSuccess` from the `@nextcloud/dialogs` package instead |