Type Alias Classification

type Classification = {
    absoluteDiff?: number;
    diff?: number;
    trend?: string;
}
Index
absoluteDiff?: number
diff?: number
trend?: string