framework/js/dist-typings/admin/models/ExtensionReadme.d.ts
flarum-bot 33841d1e25 Bundled output for commit 28ead83b04
Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
2021-10-28 01:59:00 +00:00

5 lines
113 B
TypeScript

export default class ExtensionReadme extends Model {
content: any;
}
import Model from "../../common/Model";