import type { ImageVaultAsset } from "@scandic-hotels/trpc/types/imageVault" export interface ContentCardProps { link?: { href: string openInNewTab?: boolean isExternal?: boolean } heading: string image: ImageVaultAsset bodyText: string promoText?: string className?: string }