import { Source } from './source'; export interface SourceMetrics { protocol: string; source: Source; width?: number; height?: number; [key: string]: any; }