mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-01 02:44:18 +02:00
wip
This commit is contained in:
11
packages/misskey-js/src/schemas/charts/per-user-notes.ts
Normal file
11
packages/misskey-js/src/schemas/charts/per-user-notes.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user