Search Docs
Loading...
Skip to content

Type Alias: CustomCardBackground

type CustomCardBackground =
| CustomCardImageBackground
| CustomCardSvgVectorPathBackground;

Type representing the background of a custom card, which can be either an image or an SVG vector path.