interface ICardError {
    category?: string;
    count?: number;
    groupKey: string;
    id?: string | number;
    message: string;
    severity?: string;
    tabKey: string;
}

Properties

category?: string
count?: number
groupKey: string
id?: string | number
message: string
severity?: string
tabKey: string