mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
export default class ExtensionReadme extends Model {
|
|
content: () => any;
|
|
}
|
|
import Model from "../../common/Model";
|