Files

8 lines
205 B
JavaScript
Raw Permalink Normal View History

import RestModel from "discourse/models/rest";
export default class AiFeature extends RestModel {
createProperties() {
return this.getProperties("id", "module", "global_enabled", "features");
}
}