/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { CronRunLogEntry } from './CronRunLogEntry'; /** * Response shape for ``GET cron-runs/``. */ export type CronRunsResponse = { entries: Array; total?: number; limit?: number; offset?: number; };