Skip to content
Snippets Groups Projects
per-user-notes.ts 369 B
Newer Older
import Chart from '../../core';

export const name = 'perUserNotes';

export const schema = {
syuilo's avatar
syuilo committed
	'total': { accumulate: true },
	'inc': { range: 'small' },
	'dec': { range: 'small' },
	'diffs.normal': { range: 'small' },
	'diffs.reply': { range: 'small' },
	'diffs.renote': { range: 'small' },
} as const;
export const entity = Chart.schemaToEntity(name, schema, true);