mirror of
https://github.com/flarum/core.git
synced 2025-08-16 13:24:11 +02:00
Bundled output for commit f8232b9c1b
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -2,7 +2,7 @@ import PaginatedListState, { Page } from '../../common/states/PaginatedListState
|
||||
import Discussion from '../../common/models/Discussion';
|
||||
export default class DiscussionListState extends PaginatedListState<Discussion> {
|
||||
protected extraDiscussions: Discussion[];
|
||||
constructor(params: any, page: number);
|
||||
constructor(params: any, page?: number);
|
||||
get type(): string;
|
||||
requestParams(): any;
|
||||
protected loadPage(page?: number): any;
|
||||
|
@@ -10,5 +10,5 @@ export default class NotificationListState extends PaginatedListState<Notificati
|
||||
/**
|
||||
* Mark all of the notifications as read.
|
||||
*/
|
||||
markAllAsRead(): Promise<any> | undefined;
|
||||
markAllAsRead(): Promise<unknown> | undefined;
|
||||
}
|
||||
|
Reference in New Issue
Block a user