This commit is contained in:
tamaina 2022-02-20 01:32:35 +09:00
parent 0cab102f3a
commit 78ad95d3ad
303 changed files with 314 additions and 304 deletions

View file

@ -8,7 +8,7 @@ export const meta = {
res: getJsonSchema(activeUsersChart.schema),
} as const;
const paramDef = {
export const paramDef = {
type: 'object',
properties: {
span: { type: 'string', enum: ['day', 'hour'] },