export default interface LogHttp {
    url: string;
    useragent: string;
    method: string;
    host: string;
}
