mirror of
https://github.com/flarum/framework.git
synced 2025-02-16 00:52:46 +08:00
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
![]() |
export default class ExtensionReadme extends Model {
|
||
|
content: any;
|
||
|
}
|
||
|
import Model from "../../common/Model";
|