Improve reaction types
This commit is contained in:
parent
35a54cdc02
commit
21c00f51bd
4 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ export class ReactionModel extends Model<ReactionAttributesType> {}
|
|||
|
||||
let singleton: Reactions | undefined;
|
||||
|
||||
export class Reactions extends Collection {
|
||||
export class Reactions extends Collection<ReactionModel> {
|
||||
static getSingleton(): Reactions {
|
||||
if (!singleton) {
|
||||
singleton = new Reactions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue