mirror of
https://github.com/flarum/framework.git
synced 2025-01-11 05:43:40 +08:00
33841d1e25
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
5 lines
113 B
TypeScript
5 lines
113 B
TypeScript
export default class ExtensionReadme extends Model {
|
|
content: any;
|
|
}
|
|
import Model from "../../common/Model";
|