import { CustomCard } from './custom-card'; export interface CustomIframeCard extends CustomCard { url: string; }