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
2024-11-05 11:04:11 +02:00

12 lines
368 B
TypeScript

/**
* 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[];