mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Bundled output for commit d65deeccb5
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
@@ -20,7 +20,7 @@ export default class PostsUserPage extends UserPage {
|
||||
*
|
||||
* @type {Post[]}
|
||||
*/
|
||||
posts: any[] | undefined;
|
||||
posts: Post[] | undefined;
|
||||
/**
|
||||
* The number of activity items to load per request.
|
||||
*
|
||||
|
@@ -6,7 +6,7 @@ declare class PostStreamState {
|
||||
*
|
||||
* @type {Discussion}
|
||||
*/
|
||||
discussion: any;
|
||||
discussion: Discussion;
|
||||
/**
|
||||
* Whether or not the infinite-scrolling auto-load functionality is
|
||||
* disabled.
|
||||
@@ -150,7 +150,7 @@ declare class PostStreamState {
|
||||
*
|
||||
* @return {Post[]}
|
||||
*/
|
||||
posts(): any[];
|
||||
posts(): Post[];
|
||||
/**
|
||||
* Get the total number of posts in the discussion.
|
||||
*
|
||||
|
Reference in New Issue
Block a user