/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ /** * High level flag count statistics */ export type ExecutiveSummarySchemaFlags = { /** The number of non-archived flags */ total: number; };