import { UTM } from './UTM'; export interface Trackable { utm?: UTM; ref?: string; }