mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 08:44:05 +02:00
12 lines
310 B
TypeScript
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;
|