1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +01:00
unleash.unleash/frontend/src/openapi/models/projectActivitySchema.ts

12 lines
368 B
TypeScript
Raw Normal View History

2024-11-05 10:04:11 +01:00
/**
* Generated by Orval
* Do not edit manually.
* See `gen:api` script in package.json
*/
import type { ProjectActivitySchemaItem } from './projectActivitySchemaItem';
/**
* An array of project activity information. Each item contains a date and the total number of activities for that date.
*/
export type ProjectActivitySchema = ProjectActivitySchemaItem[];