From a020d8d4619ce788990cf0c94f56424184048caa Mon Sep 17 00:00:00 2001 From: Davide Iadeluca <146922689+DavideIadeluca@users.noreply.github.com> Date: Sun, 27 Oct 2024 00:15:50 +0200 Subject: [PATCH] fix: resolve regression in typing errors (#4097) --- js/src/@types/shims.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/src/@types/shims.d.ts b/js/src/@types/shims.d.ts index 1a589e7..5a9a813 100644 --- a/js/src/@types/shims.d.ts +++ b/js/src/@types/shims.d.ts @@ -1,3 +1,5 @@ +import 'flarum/common/models/Discussion'; + declare module 'flarum/common/models/Discussion' { export default interface Discussion { isSticky(): boolean;