1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 08:44:05 +02:00
Files
misskey/packages/misskey-js/src/schemas/charts/per-user-notes.ts
tamaina 9530cb01b9 wip
2023-06-05 05:46:35 +00:00

12 lines
310 B
TypeScript

export const name = 'perUserNotes';
export const schema = {
'total': { accumulate: true },
'inc': { range: 'small' },
'dec': { range: 'small' },
'diffs.normal': { range: 'small' },
'diffs.reply': { range: 'small' },
'diffs.renote': { range: 'small' },
'diffs.withFile': { range: 'small' },
} as const;