/** * Generated by Orval * Do not edit manually. * See `gen:api` script in package.json */ /** * This list of issues that might be wrong with the application */ export interface ApplicationOverviewIssuesSchema { /** The list of strategies that are missing from Unleash */ missingStrategies: string[]; }