export class SIQLauncherUnreadBadgeTheme {
    backgroundColor = "null";
    textColor = "null";
    borderColor = "null";
    borderWidth: number | null = null; // Int
}
