misskey/packages/misskey-js/src/schemas/charts/per-user-reactions.ts

7 lines
149 B
TypeScript

export const name = 'perUserReaction';
export const schema = {
'local.count': { range: 'small' },
'remote.count': { range: 'small' },
} as const;