Skip to content

Commit

Permalink
import Post
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland authored Oct 28, 2024
1 parent a18c87d commit 4c892b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/src/@types/shims.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type Poll from '../forum/models/Poll';
import Poll from '../forum/models/Poll';
import Post from 'flarum/common/models/Post';

declare module 'flarum/common/models/Post' {
export default interface Post {
Expand Down

0 comments on commit 4c892b1

Please sign in to comment.