HeroPattern: {
    backgroundColor?: string | null;
    foregroundColor?: string | null;
    foregroundOpacity?: number | null;
    heroPatternName?: string | null;
    heroPatternSvg?: string | null;
}