Files
2026-07-26 18:25:37 +09:00

24 lines
587 B
JavaScript

import Chart from "../../core.js";
export const name = "notes";
export const schema = {
"local.total": {
accumulate: true
},
"local.inc": {},
"local.dec": {},
"local.diffs.normal": {},
"local.diffs.reply": {},
"local.diffs.renote": {},
"local.diffs.withFile": {},
"remote.total": {
accumulate: true
},
"remote.inc": {},
"remote.dec": {},
"remote.diffs.normal": {},
"remote.diffs.reply": {},
"remote.diffs.renote": {},
"remote.diffs.withFile": {}
};
export const entity = Chart.schemaToEntity(name, schema);