import { BaseObject } from './baseObject';
export interface TrackingUrls extends BaseObject {
    urls?: string[];
}
