1
0
mirror of https://github.com/flarum/core.git synced 2025-08-19 14:51:47 +02:00

Bundled output for commit d65deeccb5

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

[skip ci]
This commit is contained in:
flarum-bot
2021-12-27 19:09:19 +00:00
parent d65deeccb5
commit 09d1e289de
2 changed files with 3 additions and 3 deletions

View File

@@ -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.
*