interface Badge {
    count?: number;
    text: string;
    type: string;
}

Properties

Properties

count?: number
text: string
type: string