o2o-infinith-frontend/src/shared/api/model/channelScore.ts

17 lines
301 B
TypeScript

/**
* Generated by orval v7.21.0 🍺
* Do not edit manually.
* FastAPI
* OpenAPI spec version: 0.1.0
*/
import type { Severity } from './severity';
export interface ChannelScore {
channel: string;
icon: string;
score: number;
maxScore: number;
status: Severity;
headline: string;
}