Skip to content

Commit f526df4

Browse files
fix: resolve regression in typing errors (#4097)
1 parent 7e300b0 commit f526df4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/src/@types/shims.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import 'flarum/common/models/Discussion';
2+
13
declare module 'flarum/common/models/Discussion' {
24
export default interface Discussion {
35
isLocked(): boolean;

0 commit comments

Comments
 (0)