fastcomments-typescript
Advanced tools
Comparing version
export interface FastCommentsBadge { | ||
backgroundColor: string; | ||
borderColor: string; | ||
cssClass: string; | ||
description: string; | ||
displayLabel: string; | ||
displaySrc: string; | ||
backgroundColor?: string | null; | ||
borderColor?: string | null; | ||
cssClass?: string | null; | ||
description?: string | null; | ||
displayLabel?: string | null; | ||
displaySrc?: string | null; | ||
id: string; | ||
textColor: string; | ||
textColor?: string | null; | ||
type: number; | ||
} |
{ | ||
"name": "fastcomments-typescript", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Common FastComments TypeScript Types", | ||
@@ -5,0 +5,0 @@ "author": "winrid", |
60812
0.09%