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

fix: resolve regression in typing errors (#4097)

This commit is contained in:
Davide Iadeluca
2024-10-27 00:15:50 +02:00
committed by GitHub
parent 448f201fa6
commit 391a8613cf
9 changed files with 27 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
import 'flarum/common/models/User';
declare module 'flarum/common/models/User' {
export default interface User {
canSuspend(): boolean;