mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-07 01:16:28 +02:00

14 lines
318 B
TypeScript
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[];
|
|
}
|