export type CardImageAdjustment = "default" | "padding around" | "aspect ratio"; export type CardImagePosition = "before" | "after"; export type CardOrientation = "vertical" | "horizontal";