1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-07 01:16:28 +02:00
unleash.unleash/frontend/src/openapi/models/applicationOverviewIssuesSchema.ts

14 lines
318 B
TypeScript

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