export interface FastCommentsBadge { backgroundColor?: string | null; borderColor?: string | null; cssClass?: string | null; description?: string | null; displayLabel?: string | null; displaySrc?: string | null; id: string; textColor?: string | null; type: number; }