mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-01 00:08:27 +01:00
12 lines
368 B
TypeScript
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[];
|