export interface IRequestMeta {
    url?: string;
    userAgent?: string;
    resolution?: string;
    dontTrack?: boolean;
    domain?: string;
}
