Skip to content

Commit

Permalink
Bundled output for commit 4c892b1
Browse files Browse the repository at this point in the history
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
  • Loading branch information
flarum-bot committed Oct 28, 2024
1 parent 4c892b1 commit 9d30e39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/dist-typings/@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 9d30e39

Please sign in to comment.