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