1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Bundled output for commit 28ead83b04

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot
2021-10-28 01:59:00 +00:00
parent 28ead83b04
commit 33841d1e25
6 changed files with 18 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
export default class ExtensionReadme extends Model {
content: any;
}
import Model from "../../common/Model";