type CustomCardBackground = | CustomCardImageBackground | CustomCardSvgVectorPathBackground;Type representing the background of a custom card, which can be either an image or an SVG vector path.
type CustomCardBackground = | CustomCardImageBackground | CustomCardSvgVectorPathBackground;Type representing the background of a custom card, which can be either an image or an SVG vector path.