1
0
mirror of https://github.com/flarum/core.git synced 2025-07-17 06:41:21 +02:00

Bundled output for commit d02bf0faa1

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2022-08-08 18:30:58 +00:00
parent d02bf0faa1
commit 44825f1b94
3 changed files with 6 additions and 2 deletions

View File

@@ -11,4 +11,8 @@ export default class NotificationListState extends PaginatedListState<Notificati
* Mark all of the notifications as read.
*/
markAllAsRead(): Promise<unknown> | undefined;
/**
* Delete all of the notifications for this user.
*/
deleteAll(): Promise<unknown> | undefined;
}

2
framework/core/js/dist/forum.js generated vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long