/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ export type GetLifecycleTrendsParams = { /** * Comma-separated list of project IDs to filter lifecycle trends */ projects?: string; };