Type Alias Classification

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

Properties

absoluteDiff?: number
diff?: number
trend?: string