export class SIQInAppNotificationTheme {
    titleColor = "null";
    subtitleColor = "null";
    backgroundColor = "null";
    imageBackgroundColor = "null";
    cornerRadius: number | null = null; // Int
    imageCornerRadius: number | null = null; // Int
}