mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-11-06 00:14:13 +00:00
* wip * wip * wip * wip * wip * wip * wip * Update core.ts * wip * wip * #7361 * delete network chart * federationChart強化 apRequestChart追加 * tweak
10 lines
247 B
TypeScript
10 lines
247 B
TypeScript
import Chart from '../../core';
|
|
|
|
export const name = 'perUserReaction';
|
|
|
|
export const schema = {
|
|
'local.count': { range: 'small' },
|
|
'remote.count': { range: 'small' },
|
|
} as const;
|
|
|
|
export const entity = Chart.schemaToEntity(name, schema, true);
|